Html Css Color HEX #B5B218 Earls Green

📋 copy color: '#B5B218'

red 181 ◦ green 178 ◦ blue 24

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

Shades of Earls Green #B5B218

Tints of Earls Green #B5B218

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.48%

 BLUE value IS 24 (9.77% from 255) = 6.27%

R = 47.26%
G = 46.48%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B5B218 (or 0xB5B218) is known color: Earls Green. HEX triplet: B5, B2 and 18. RGB value is (181,178,24). Sum of RGB (Red+Green+Blue) = 181+178+24=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B218 is #4A4DE7. Grayscale: #A1A1A1. Windows color (decimal): -4869608 or 1618613. OLE color: 1618613.

HSL color Cylindrical-coordinate representation of color #B5B218: hue angle of 58.85º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5B218 is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 178 24 -
CMYK 0 0.02 0.87 0.29
HSL 58.85º 0.77% 0.4% -
HSV(B) 58.85º 0.87% 0.71% -
XYZ 35.14 41.73 7.07 -
YUV 161.34 50.49 142.02 -
System Red Green Blue C M Y K H S L
Decimal 181 178 24 0 0.02 0.87 0.29 58.85 0.77 0.4
Hex B5 B2 18 0 2 57 1D 3B 4D 28
Octal 265 262 30 0 2 127 35 73 115 50
Binary 10110101 10110010 11000 0 10 1010111 11101 111011 1001101 101000

Color Harmonies of #B5B218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B218

Black with #B5B218

Text Example


Text Example

White with #B5B218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B218; }

 p { color: rgb(181,178,24); }

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

background-color css

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

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

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

border-color css

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

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

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