Html Css Color HEX #BDB824 Earls Green

📋 copy color: '#BDB824'

red 189 ◦ green 184 ◦ blue 36

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

Shades of Earls Green #BDB824

Tints of Earls Green #BDB824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.99%

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

R = 46.21%
G = 44.99%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDB824 (or 0xBDB824) is known color: Earls Green. HEX triplet: BD, B8 and 24. RGB value is (189,184,36). Sum of RGB (Red+Green+Blue) = 189+184+36=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 36 (14.45% from 255 or 8.80% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB824 is #4247DB. Grayscale: #A9A9A9. Windows color (decimal): -4343772 or 2406589. OLE color: 2406589.

HSL color Cylindrical-coordinate representation of color #BDB824: hue angle of 58.04º 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 #BDB824 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 184 36 -
CMYK 0 0.03 0.81 0.26
HSL 58.04º 0.68% 0.44% -
HSV(B) 58.04º 0.81% 0.74% -
XYZ 38.45 45.23 8.37 -
YUV 168.62 53.16 142.53 -
System Red Green Blue C M Y K H S L
Decimal 189 184 36 0 0.03 0.81 0.26 58.04 0.68 0.44
Hex BD B8 24 0 3 51 1A 3A 44 2C
Octal 275 270 44 0 3 121 32 72 104 54
Binary 10111101 10111000 100100 0 11 1010001 11010 111010 1000100 101100

Color Harmonies of #BDB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB824

Black with #BDB824

Text Example


Text Example

White with #BDB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB824; }

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

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

background-color css

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

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

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

border-color css

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

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

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