Html Css Color HEX #B5A422 Earls Green

📋 copy color: '#B5A422'

red 181 ◦ green 164 ◦ blue 34

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

Shades of Earls Green #B5A422

Tints of Earls Green #B5A422

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.27%

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

R = 47.76%
G = 43.27%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#B5A422 (or 0xB5A422) is known color: Earls Green. HEX triplet: B5, A4 and 22. RGB value is (181,164,34). Sum of RGB (Red+Green+Blue) = 181+164+34=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 34 (13.67% from 255 or 8.97% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A422 is #4A5BDD. Grayscale: #9A9A9A. Windows color (decimal): -4873182 or 2270389. OLE color: 2270389.

HSL color Cylindrical-coordinate representation of color #B5A422: hue angle of 53.06º 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 #B5A422 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 164 34 -
CMYK 0 0.09 0.81 0.29
HSL 53.06º 0.68% 0.42% -
HSV(B) 53.06º 0.81% 0.71% -
XYZ 32.62 36.49 6.84 -
YUV 154.26 60.13 147.07 -
System Red Green Blue C M Y K H S L
Decimal 181 164 34 0 0.09 0.81 0.29 53.06 0.68 0.42
Hex B5 A4 22 0 9 51 1D 35 44 2A
Octal 265 244 42 0 11 121 35 65 104 52
Binary 10110101 10100100 100010 0 1001 1010001 11101 110101 1000100 101010

Color Harmonies of #B5A422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A422

Black with #B5A422

Text Example


Text Example

White with #B5A422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A422; }

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

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

background-color css

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

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

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

border-color css

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

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

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