Html Css Color HEX #B5A222 Earls Green

📋 copy color: '#B5A222'

red 181 ◦ green 162 ◦ blue 34

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

Shades of Earls Green #B5A222

Tints of Earls Green #B5A222

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.97%

 BLUE value IS 34 (13.67% from 255) = 9.02%

R = 48.01%
G = 42.97%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B5A222 (or 0xB5A222) is known color: Earls Green. HEX triplet: B5, A2 and 22. RGB value is (181,162,34). Sum of RGB (Red+Green+Blue) = 181+162+34=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A222 is #4A5DDD. Grayscale: #999999. Windows color (decimal): -4873694 or 2269877. OLE color: 2269877.

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

Color convert

RGB 181 162 34 -
CMYK 0 0.10 0.81 0.29
HSL 52.24º 0.68% 0.42% -
HSV(B) 52.24º 0.81% 0.71% -
XYZ 32.27 35.78 6.72 -
YUV 153.09 60.79 147.91 -
System Red Green Blue C M Y K H S L
Decimal 181 162 34 0 0.10 0.81 0.29 52.24 0.68 0.42
Hex B5 A2 22 0 A 51 1D 34 44 2A
Octal 265 242 42 0 12 121 35 64 104 52
Binary 10110101 10100010 100010 0 1010 1010001 11101 110100 1000100 101010

Color Harmonies of #B5A222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A222

Black with #B5A222

Text Example


Text Example

White with #B5A222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A222; }

 p { color: rgb(181,162,34); }

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

background-color css

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

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

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

border-color css

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

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

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