Html Css Color HEX #B5A62E Earls Green

📋 copy color: '#B5A62E'

red 181 ◦ green 166 ◦ blue 46

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

Shades of Earls Green #B5A62E

Tints of Earls Green #B5A62E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.7%

R = 46.06%
G = 42.24%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5A62E (or 0xB5A62E) is known color: Earls Green. HEX triplet: B5, A6 and 2E. RGB value is (181,166,46). Sum of RGB (Red+Green+Blue) = 181+166+46=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 46 (18.36% from 255 or 11.70% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A62E is #4A59D1. Grayscale: #9D9D9D. Windows color (decimal): -4872658 or 3057333. OLE color: 3057333.

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

Color convert

RGB 181 166 46 -
CMYK 0 0.08 0.75 0.29
HSL 53.33º 0.59% 0.45% -
HSV(B) 53.33º 0.75% 0.71% -
XYZ 33.19 37.29 8.03 -
YUV 156.81 65.47 145.26 -
System Red Green Blue C M Y K H S L
Decimal 181 166 46 0 0.08 0.75 0.29 53.33 0.59 0.45
Hex B5 A6 2E 0 8 4B 1D 35 3B 2D
Octal 265 246 56 0 10 113 35 65 73 55
Binary 10110101 10100110 101110 0 1000 1001011 11101 110101 111011 101101

Color Harmonies of #B5A62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A62E

Black with #B5A62E

Text Example


Text Example

White with #B5A62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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