Html Css Color HEX #B7A80C Earls Green

📋 copy color: '#B7A80C'

red 183 ◦ green 168 ◦ blue 12

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

Shades of Earls Green #B7A80C

Tints of Earls Green #B7A80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.31%

R = 50.41%
G = 46.28%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7A80C (or 0xB7A80C) is known color: Earls Green. HEX triplet: B7, A8 and 0C. RGB value is (183,168,12). Sum of RGB (Red+Green+Blue) = 183+168+12=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 12 (5.08% from 255 or 3.31% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A80C is #4857F3. Grayscale: #9B9B9B. Windows color (decimal): -4741108 or 829623. OLE color: 829623.

HSL color Cylindrical-coordinate representation of color #B7A80C: hue angle of 54.74º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7A80C is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 168 12 -
CMYK 0 0.08 0.93 0.28
HSL 54.74º 0.88% 0.38% -
HSV(B) 54.74º 0.93% 0.72% -
XYZ 33.6 38.1 5.93 -
YUV 154.7 47.47 148.18 -
System Red Green Blue C M Y K H S L
Decimal 183 168 12 0 0.08 0.93 0.28 54.74 0.88 0.38
Hex B7 A8 C 0 8 5D 1C 37 58 26
Octal 267 250 14 0 10 135 34 67 130 46
Binary 10110111 10101000 1100 0 1000 1011101 11100 110111 1011000 100110

Color Harmonies of #B7A80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A80C

Black with #B7A80C

Text Example


Text Example

White with #B7A80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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