Html Css Color HEX #BDB620 Earls Green

📋 copy color: '#BDB620'

red 189 ◦ green 182 ◦ blue 32

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

Shades of Earls Green #BDB620

Tints of Earls Green #BDB620

RGB

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

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

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

R = 46.9%
G = 45.16%
B = 7.94%

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

#BDB620 (or 0xBDB620) is known color: Earls Green. HEX triplet: BD, B6 and 20. RGB value is (189,182,32). Sum of RGB (Red+Green+Blue) = 189+182+32=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB620 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB620 is #4249DF. Grayscale: #A7A7A7. Windows color (decimal): -4344288 or 2143933. OLE color: 2143933.

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

Color convert

RGB 189 182 32 -
CMYK 0 0.04 0.83 0.26
HSL 57.32º 0.71% 0.43% -
HSV(B) 57.32º 0.83% 0.74% -
XYZ 37.97 44.38 7.93 -
YUV 166.99 51.82 143.7 -
System Red Green Blue C M Y K H S L
Decimal 189 182 32 0 0.04 0.83 0.26 57.32 0.71 0.43
Hex BD B6 20 0 4 53 1A 39 47 2B
Octal 275 266 40 0 4 123 32 71 107 53
Binary 10111101 10110110 100000 0 100 1010011 11010 111001 1000111 101011

Color Harmonies of #BDB620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB620

Black with #BDB620

Text Example


Text Example

White with #BDB620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB620; }

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

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

background-color css

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

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

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

border-color css

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

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

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