Html Css Color HEX #BDB522 Earls Green

📋 copy color: '#BDB522'

red 189 ◦ green 181 ◦ blue 34

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

Shades of Earls Green #BDB522

Tints of Earls Green #BDB522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.42%

R = 46.78%
G = 44.8%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDB522 (or 0xBDB522) is known color: Earls Green. HEX triplet: BD, B5 and 22. RGB value is (189,181,34). Sum of RGB (Red+Green+Blue) = 189+181+34=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 34 (13.67% from 255 or 8.42% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB522 is #424ADD. Grayscale: #A7A7A7. Windows color (decimal): -4344542 or 2274749. OLE color: 2274749.

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

Color convert

RGB 189 181 34 -
CMYK 0 0.04 0.82 0.26
HSL 56.9º 0.7% 0.44% -
HSV(B) 56.9º 0.82% 0.74% -
XYZ 37.8 43.98 8.01 -
YUV 166.63 53.15 143.95 -
System Red Green Blue C M Y K H S L
Decimal 189 181 34 0 0.04 0.82 0.26 56.9 0.7 0.44
Hex BD B5 22 0 4 52 1A 39 46 2C
Octal 275 265 42 0 4 122 32 71 106 54
Binary 10111101 10110101 100010 0 100 1010010 11010 111001 1000110 101100

Color Harmonies of #BDB522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB522

Black with #BDB522

Text Example


Text Example

White with #BDB522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB522; }

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

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

background-color css

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

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

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

border-color css

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

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

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