Html Css Color HEX #BDB520 Earls Green

📋 copy color: '#BDB520'

red 189 ◦ green 181 ◦ blue 32

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

Shades of Earls Green #BDB520

Tints of Earls Green #BDB520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.02%

 BLUE value IS 32 (12.89% from 255) = 7.96%

R = 47.01%
G = 45.02%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB520 (or 0xBDB520) is known color: Earls Green. HEX triplet: BD, B5 and 20. RGB value is (189,181,32). Sum of RGB (Red+Green+Blue) = 189+181+32=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB520 is #424ADF. Grayscale: #A7A7A7. Windows color (decimal): -4344544 or 2143677. OLE color: 2143677.

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

Color convert

RGB 189 181 32 -
CMYK 0 0.04 0.83 0.26
HSL 56.94º 0.71% 0.43% -
HSV(B) 56.94º 0.83% 0.74% -
XYZ 37.77 43.97 7.86 -
YUV 166.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 189 181 32 0 0.04 0.83 0.26 56.94 0.71 0.43
Hex BD B5 20 0 4 53 1A 39 47 2B
Octal 275 265 40 0 4 123 32 71 107 53
Binary 10111101 10110101 100000 0 100 1010011 11010 111001 1000111 101011

Color Harmonies of #BDB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB520

Black with #BDB520

Text Example


Text Example

White with #BDB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB520; }

 p { color: rgb(189,181,32); }

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

background-color css

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

 a { background-color: rgb(189,181,32); }

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

border-color css

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

 span { border-color: rgb(189,181,32); }

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