Html Css Color HEX #B5B52F Earls Green

📋 copy color: '#B5B52F'

red 181 ◦ green 181 ◦ blue 47

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

Shades of Earls Green #B5B52F

Tints of Earls Green #B5B52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.49%

R = 44.25%
G = 44.25%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B5B52F (or 0xB5B52F) is known color: Earls Green. HEX triplet: B5, B5 and 2F. RGB value is (181,181,47). Sum of RGB (Red+Green+Blue) = 181+181+47=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 47 (18.75% from 255 or 11.49% from 409); Max value from RGB is 181 - color contains mainly: red, green. Hex color #B5B52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B52F is #4A4AD0. Grayscale: #A6A6A6. Windows color (decimal): -4868817 or 3126709. OLE color: 3126709.

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

Color convert

RGB 181 181 47 -
CMYK 0 0 0.74 0.29
HSL 60º 0.59% 0.45% -
HSV(B) 60º 0.74% 0.71% -
XYZ 36.09 43.08 9.1 -
YUV 165.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 181 181 47 0 0 0.74 0.29 60 0.59 0.45
Hex B5 B5 2F 0 0 4A 1D 3C 3B 2D
Octal 265 265 57 0 0 112 35 74 73 55
Binary 10110101 10110101 101111 0 0 1001010 11101 111100 111011 101101

Color Harmonies of #B5B52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B52F

Black with #B5B52F

Text Example


Text Example

White with #B5B52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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