Html Css Color HEX #B7A70E Earls Green

📋 copy color: '#B7A70E'

red 183 ◦ green 167 ◦ blue 14

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

Shades of Earls Green #B7A70E

Tints of Earls Green #B7A70E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.88%

 BLUE value IS 14 (5.86% from 255) = 3.85%

R = 50.27%
G = 45.88%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B7A70E (or 0xB7A70E) is known color: Earls Green. HEX triplet: B7, A7 and 0E. RGB value is (183,167,14). Sum of RGB (Red+Green+Blue) = 183+167+14=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 167 (65.62% from 255 or 45.88% from 364); Blue value is 14 (5.86% from 255 or 3.85% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A70E is #4858F1. Grayscale: #9A9A9A. Windows color (decimal): -4741362 or 960439. OLE color: 960439.

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

Color convert

RGB 183 167 14 -
CMYK 0 0.09 0.92 0.28
HSL 54.32º 0.86% 0.39% -
HSV(B) 54.32º 0.92% 0.72% -
XYZ 33.43 37.74 5.94 -
YUV 154.34 48.8 148.44 -
System Red Green Blue C M Y K H S L
Decimal 183 167 14 0 0.09 0.92 0.28 54.32 0.86 0.39
Hex B7 A7 E 0 9 5C 1C 36 56 27
Octal 267 247 16 0 11 134 34 66 126 47
Binary 10110111 10100111 1110 0 1001 1011100 11100 110110 1010110 100111

Color Harmonies of #B7A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A70E

Black with #B7A70E

Text Example


Text Example

White with #B7A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A70E; }

 p { color: rgb(183,167,14); }

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

background-color css

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

 a { background-color: rgb(183,167,14); }

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

border-color css

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

 span { border-color: rgb(183,167,14); }

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