Html Css Color HEX #BDB624 Earls Green

📋 copy color: '#BDB624'

red 189 ◦ green 182 ◦ blue 36

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

Shades of Earls Green #BDB624

Tints of Earls Green #BDB624

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.72%

 BLUE value IS 36 (14.45% from 255) = 8.85%

R = 46.44%
G = 44.72%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDB624 (or 0xBDB624) is known color: Earls Green. HEX triplet: BD, B6 and 24. RGB value is (189,182,36). Sum of RGB (Red+Green+Blue) = 189+182+36=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 36 (14.45% from 255 or 8.85% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB624 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB624 is #4249DB. Grayscale: #A8A8A8. Windows color (decimal): -4344284 or 2406077. OLE color: 2406077.

HSL color Cylindrical-coordinate representation of color #BDB624: hue angle of 57.25º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDB624 is Cyan = 0, Magento = 0.04, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 36 -
CMYK 0 0.04 0.81 0.26
HSL 57.25º 0.68% 0.44% -
HSV(B) 57.25º 0.81% 0.74% -
XYZ 38.03 44.4 8.23 -
YUV 167.45 53.82 143.37 -
System Red Green Blue C M Y K H S L
Decimal 189 182 36 0 0.04 0.81 0.26 57.25 0.68 0.44
Hex BD B6 24 0 4 51 1A 39 44 2C
Octal 275 266 44 0 4 121 32 71 104 54
Binary 10111101 10110110 100100 0 100 1010001 11010 111001 1000100 101100

Color Harmonies of #BDB624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB624

Black with #BDB624

Text Example


Text Example

White with #BDB624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB624; }

 p { color: rgb(189,182,36); }

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

background-color css

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

 a { background-color: rgb(189,182,36); }

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

border-color css

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

 span { border-color: rgb(189,182,36); }

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