Html Css Color HEX #BDB220 Earls Green

📋 copy color: '#BDB220'

red 189 ◦ green 178 ◦ blue 32

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

Shades of Earls Green #BDB220

Tints of Earls Green #BDB220

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

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

R = 47.37%
G = 44.61%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BDB220 (or 0xBDB220) is known color: Earls Green. HEX triplet: BD, B2 and 20. RGB value is (189,178,32). Sum of RGB (Red+Green+Blue) = 189+178+32=399 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.37% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB220 is #424DDF. Grayscale: #A5A5A5. Windows color (decimal): -4345312 or 2142909. OLE color: 2142909.

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

Color convert

RGB 189 178 32 -
CMYK 0 0.06 0.83 0.26
HSL 55.8º 0.71% 0.43% -
HSV(B) 55.8º 0.83% 0.74% -
XYZ 37.17 42.76 7.66 -
YUV 164.65 53.14 145.37 -
System Red Green Blue C M Y K H S L
Decimal 189 178 32 0 0.06 0.83 0.26 55.8 0.71 0.43
Hex BD B2 20 0 6 53 1A 38 47 2B
Octal 275 262 40 0 6 123 32 70 107 53
Binary 10111101 10110010 100000 0 110 1010011 11010 111000 1000111 101011

Color Harmonies of #BDB220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB220

Black with #BDB220

Text Example


Text Example

White with #BDB220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB220; }

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

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

background-color css

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

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

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

border-color css

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

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

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