Html Css Color HEX #B7A82A Earls Green

📋 copy color: '#B7A82A'

red 183 ◦ green 168 ◦ blue 42

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

Shades of Earls Green #B7A82A

Tints of Earls Green #B7A82A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.75%

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

R = 46.56%
G = 42.75%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7A82A (or 0xB7A82A) is known color: Earls Green. HEX triplet: B7, A8 and 2A. RGB value is (183,168,42). Sum of RGB (Red+Green+Blue) = 183+168+42=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 168 (66.02% from 255 or 42.75% from 393); Blue value is 42 (16.80% from 255 or 10.69% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A82A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A82A is #4857D5. Grayscale: #9E9E9E. Windows color (decimal): -4741078 or 2795703. OLE color: 2795703.

HSL color Cylindrical-coordinate representation of color #B7A82A: hue angle of 53.62º 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 #B7A82A is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 168 42 -
CMYK 0 0.08 0.77 0.28
HSL 53.62º 0.63% 0.44% -
HSV(B) 53.62º 0.77% 0.72% -
XYZ 33.95 38.24 7.78 -
YUV 158.12 62.47 145.75 -
System Red Green Blue C M Y K H S L
Decimal 183 168 42 0 0.08 0.77 0.28 53.62 0.63 0.44
Hex B7 A8 2A 0 8 4D 1C 36 3F 2C
Octal 267 250 52 0 10 115 34 66 77 54
Binary 10110111 10101000 101010 0 1000 1001101 11100 110110 111111 101100

Color Harmonies of #B7A82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A82A

Black with #B7A82A

Text Example


Text Example

White with #B7A82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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