Html Css Color HEX #B8A70E Earls Green

📋 copy color: '#B8A70E'

red 184 ◦ green 167 ◦ blue 14

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

Shades of Earls Green #B8A70E

Tints of Earls Green #B8A70E

RGB

 RED value IS 184 (72.27% from 255) = 50.41%

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

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

R = 50.41%
G = 45.75%
B = 3.84%

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

#B8A70E (or 0xB8A70E) is known color: Earls Green. HEX triplet: B8, A7 and 0E. RGB value is (184,167,14). Sum of RGB (Red+Green+Blue) = 184+167+14=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 14 (5.86% from 255 or 3.84% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A70E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A70E is #4758F1. Grayscale: #9B9B9B. Windows color (decimal): -4675826 or 960440. OLE color: 960440.

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

Color convert

RGB 184 167 14 -
CMYK 0 0.09 0.92 0.28
HSL 54º 0.86% 0.39% -
HSV(B) 54º 0.92% 0.72% -
XYZ 33.67 37.86 5.95 -
YUV 154.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 184 167 14 0 0.09 0.92 0.28 54 0.86 0.39
Hex B8 A7 E 0 9 5C 1C 36 56 27
Octal 270 247 16 0 11 134 34 66 126 47
Binary 10111000 10100111 1110 0 1001 1011100 11100 110110 1010110 100111

Color Harmonies of #B8A70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A70E

Black with #B8A70E

Text Example


Text Example

White with #B8A70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A70E; }

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

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

background-color css

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

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

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

border-color css

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

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

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