Html Css Color HEX #B5A62A Earls Green

📋 copy color: '#B5A62A'

red 181 ◦ green 166 ◦ blue 42

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

Shades of Earls Green #B5A62A

Tints of Earls Green #B5A62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

 BLUE value IS 42 (16.8% from 255) = 10.8%

R = 46.53%
G = 42.67%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B5A62A (or 0xB5A62A) is known color: Earls Green. HEX triplet: B5, A6 and 2A. RGB value is (181,166,42). Sum of RGB (Red+Green+Blue) = 181+166+42=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 42 (16.80% from 255 or 10.80% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A62A is #4A59D5. Grayscale: #9C9C9C. Windows color (decimal): -4872662 or 2795189. OLE color: 2795189.

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

Color convert

RGB 181 166 42 -
CMYK 0 0.08 0.77 0.29
HSL 53.53º 0.62% 0.44% -
HSV(B) 53.53º 0.77% 0.71% -
XYZ 33.11 37.26 7.64 -
YUV 156.35 63.47 145.58 -
System Red Green Blue C M Y K H S L
Decimal 181 166 42 0 0.08 0.77 0.29 53.53 0.62 0.44
Hex B5 A6 2A 0 8 4D 1D 36 3E 2C
Octal 265 246 52 0 10 115 35 66 76 54
Binary 10110101 10100110 101010 0 1000 1001101 11101 110110 111110 101100

Color Harmonies of #B5A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A62A

Black with #B5A62A

Text Example


Text Example

White with #B5A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A62A; }

 p { color: rgb(181,166,42); }

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

background-color css

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

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

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

border-color css

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

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

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