Html Css Color HEX #B5B531 Earls Green

📋 copy color: '#B5B531'

red 181 ◦ green 181 ◦ blue 49

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

Shades of Earls Green #B5B531

Tints of Earls Green #B5B531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.92%

R = 44.04%
G = 44.04%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B5B531 (or 0xB5B531) is known color: Earls Green. HEX triplet: B5, B5 and 31. RGB value is (181,181,49). Sum of RGB (Red+Green+Blue) = 181+181+49=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B531 is #4A4ACE. Grayscale: #A6A6A6. Windows color (decimal): -4868815 or 3257781. OLE color: 3257781.

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

Color convert

RGB 181 181 49 -
CMYK 0 0 0.73 0.29
HSL 60º 0.57% 0.45% -
HSV(B) 60º 0.73% 0.71% -
XYZ 36.13 43.09 9.32 -
YUV 165.95 62 138.73 -
System Red Green Blue C M Y K H S L
Decimal 181 181 49 0 0 0.73 0.29 60 0.57 0.45
Hex B5 B5 31 0 0 49 1D 3C 39 2D
Octal 265 265 61 0 0 111 35 74 71 55
Binary 10110101 10110101 110001 0 0 1001001 11101 111100 111001 101101

Color Harmonies of #B5B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B531

Black with #B5B531

Text Example


Text Example

White with #B5B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B531; }

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

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

background-color css

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

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

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

border-color css

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

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

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