Html Css Color HEX #BDB427 Earls Green

📋 copy color: '#BDB427'

red 189 ◦ green 180 ◦ blue 39

#BDB427
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Earls Green #BDB427

Tints of Earls Green #BDB427

RGB

 RED value IS 189 (74.22% from 255) = 46.32%

 GREEN value IS 180 (70.7% from 255) = 44.12%

 BLUE value IS 39 (15.63% from 255) = 9.56%

R = 46.32%
G = 44.12%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.79

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDB427 (or 0xBDB427) is known color: Earls Green. HEX triplet: BD, B4 and 27. RGB value is (189,180,39). Sum of RGB (Red+Green+Blue) = 189+180+39=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB427 is #424BD8. Grayscale: #A7A7A7. Windows color (decimal): -4344793 or 2602173. OLE color: 2602173.

HSL color Cylindrical-coordinate representation of color #BDB427: hue angle of 56.4º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDB427 is Cyan = 0, Magento = 0.05, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 39 -
CMYK 0 0.05 0.79 0.26
HSL 56.4º 0.66% 0.45% -
HSV(B) 56.4º 0.79% 0.74% -
XYZ 37.67 43.61 8.35 -
YUV 166.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 189 180 39 0 0.05 0.79 0.26 56.4 0.66 0.45
Hex BD B4 27 0 5 4F 1A 38 42 2D
Octal 275 264 47 0 5 117 32 70 102 55
Binary 10111101 10110100 100111 0 101 1001111 11010 111000 1000010 101101

Color Harmonies of #BDB427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB427

Black with #BDB427

Text Example


Text Example

White with #BDB427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB427; }

 p { color: rgb(189,180,39); }

 H1.HeaderClassName
 {
   color: #BDB427;
 }
 .AnyTagClassName
 {
   color: #BDB427;
 }
</style>

background-color css

<style>
 a { background-color: #BDB427; }

 a { background-color: rgb(189,180,39); }

 div.DivClassName
 {
   background-color: #BDB427;
 }
 .BgClassName
 {
   background-color: #BDB427;
 }
</style>

border-color css

<style>
 span { border-color: #BDB427; }

 span { border-color: rgb(189,180,39); }

 td.TdClassName
 {
   border-color: #BDB427;
 }
 .TagClassName
 {
   border-color: #BDB427;
 }
</style>