Html Css Color HEX #BDB221 Earls Green

📋 copy color: '#BDB221'

red 189 ◦ green 178 ◦ blue 33

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

Shades of Earls Green #BDB221

Tints of Earls Green #BDB221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.25%

R = 47.25%
G = 44.5%
B = 8.25%

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

#BDB221 (or 0xBDB221) is known color: Earls Green. HEX triplet: BD, B2 and 21. RGB value is (189,178,33). Sum of RGB (Red+Green+Blue) = 189+178+33=400 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.25% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDB221 is #424DDE. Grayscale: #A5A5A5. Windows color (decimal): -4345311 or 2208445. OLE color: 2208445.

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

Color convert

RGB 189 178 33 -
CMYK 0 0.06 0.83 0.26
HSL 55.77º 0.7% 0.44% -
HSV(B) 55.77º 0.83% 0.74% -
XYZ 37.18 42.77 7.73 -
YUV 164.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 189 178 33 0 0.06 0.83 0.26 55.77 0.7 0.44
Hex BD B2 21 0 6 53 1A 38 46 2C
Octal 275 262 41 0 6 123 32 70 106 54
Binary 10111101 10110010 100001 0 110 1010011 11010 111000 1000110 101100

Color Harmonies of #BDB221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB221

Black with #BDB221

Text Example


Text Example

White with #BDB221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB221; }

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

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

background-color css

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

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

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

border-color css

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

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

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