Html Css Color HEX #B5B520 Earls Green

📋 copy color: '#B5B520'

red 181 ◦ green 181 ◦ blue 32

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

Shades of Earls Green #B5B520

Tints of Earls Green #B5B520

RGB

 RED value IS 181 (71.09% from 255) = 45.94%

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

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

R = 45.94%
G = 45.94%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#B5B520 (or 0xB5B520) is known color: Earls Green. HEX triplet: B5, B5 and 20. RGB value is (181,181,32). Sum of RGB (Red+Green+Blue) = 181+181+32=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B520 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B520 is #4A4ADF. Grayscale: #A4A4A4. Windows color (decimal): -4868832 or 2143669. OLE color: 2143669.

HSL color Cylindrical-coordinate representation of color #B5B520: hue angle of 60º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5B520 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 181 32 -
CMYK 0 0 0.82 0.29
HSL 60º 0.7% 0.42% -
HSV(B) 60º 0.82% 0.71% -
XYZ 35.84 42.98 7.77 -
YUV 164.01 53.5 140.12 -
System Red Green Blue C M Y K H S L
Decimal 181 181 32 0 0 0.82 0.29 60 0.7 0.42
Hex B5 B5 20 0 0 52 1D 3C 46 2A
Octal 265 265 40 0 0 122 35 74 106 52
Binary 10110101 10110101 100000 0 0 1010010 11101 111100 1000110 101010

Color Harmonies of #B5B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B520

Black with #B5B520

Text Example


Text Example

White with #B5B520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B520; }

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

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

background-color css

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

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

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

border-color css

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

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

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