Html Css Color HEX #B7A62A Earls Green

📋 copy color: '#B7A62A'

red 183 ◦ green 166 ◦ blue 42

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

Shades of Earls Green #B7A62A

Tints of Earls Green #B7A62A

RGB

 RED value IS 183 (71.88% from 255) = 46.8%

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

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

R = 46.8%
G = 42.46%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7A62A (or 0xB7A62A) is known color: Earls Green. HEX triplet: B7, A6 and 2A. RGB value is (183,166,42). Sum of RGB (Red+Green+Blue) = 183+166+42=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A62A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A62A is #4859D5. Grayscale: #9D9D9D. Windows color (decimal): -4741590 or 2795191. OLE color: 2795191.

HSL color Cylindrical-coordinate representation of color #B7A62A: hue angle of 52.77º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7A62A is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 166 42 -
CMYK 0 0.09 0.77 0.28
HSL 52.77º 0.63% 0.44% -
HSV(B) 52.77º 0.77% 0.72% -
XYZ 33.58 37.51 7.66 -
YUV 156.95 63.13 146.58 -
System Red Green Blue C M Y K H S L
Decimal 183 166 42 0 0.09 0.77 0.28 52.77 0.63 0.44
Hex B7 A6 2A 0 9 4D 1C 35 3F 2C
Octal 267 246 52 0 11 115 34 65 77 54
Binary 10110111 10100110 101010 0 1001 1001101 11100 110101 111111 101100

Color Harmonies of #B7A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A62A

Black with #B7A62A

Text Example


Text Example

White with #B7A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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