Html Css Color HEX #B5B521 Earls Green

📋 copy color: '#B5B521'

red 181 ◦ green 181 ◦ blue 33

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

Shades of Earls Green #B5B521

Tints of Earls Green #B5B521

RGB

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

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

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

R = 45.82%
G = 45.82%
B = 8.35%

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

#B5B521 (or 0xB5B521) is known color: Earls Green. HEX triplet: B5, B5 and 21. RGB value is (181,181,33). Sum of RGB (Red+Green+Blue) = 181+181+33=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 33 (13.28% from 255 or 8.35% from 395); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B521 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B521 is #4A4ADE. Grayscale: #A4A4A4. Windows color (decimal): -4868831 or 2209205. OLE color: 2209205.

HSL color Cylindrical-coordinate representation of color #B5B521: hue angle of 60º degrees, saturation: 0.69, 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 #B5B521 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 181 33 -
CMYK 0 0 0.82 0.29
HSL 60º 0.69% 0.42% -
HSV(B) 60º 0.82% 0.71% -
XYZ 35.85 42.98 7.85 -
YUV 164.13 54 140.03 -
System Red Green Blue C M Y K H S L
Decimal 181 181 33 0 0 0.82 0.29 60 0.69 0.42
Hex B5 B5 21 0 0 52 1D 3C 45 2A
Octal 265 265 41 0 0 122 35 74 105 52
Binary 10110101 10110101 100001 0 0 1010010 11101 111100 1000101 101010

Color Harmonies of #B5B521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B521

Black with #B5B521

Text Example


Text Example

White with #B5B521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B521; }

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

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

background-color css

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

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

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

border-color css

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

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

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