Html Css Color HEX #B8AC0E Earls Green

📋 copy color: '#B8AC0E'

red 184 ◦ green 172 ◦ blue 14

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

Shades of Earls Green #B8AC0E

Tints of Earls Green #B8AC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.49%

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

R = 49.73%
G = 46.49%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8AC0E (or 0xB8AC0E) is known color: Earls Green. HEX triplet: B8, AC and 0E. RGB value is (184,172,14). Sum of RGB (Red+Green+Blue) = 184+172+14=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AC0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AC0E is #4753F1. Grayscale: #9E9E9E. Windows color (decimal): -4674546 or 961720. OLE color: 961720.

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

Color convert

RGB 184 172 14 -
CMYK 0 0.07 0.92 0.28
HSL 55.76º 0.86% 0.39% -
HSV(B) 55.76º 0.92% 0.72% -
XYZ 34.6 39.73 6.26 -
YUV 157.58 46.98 146.85 -
System Red Green Blue C M Y K H S L
Decimal 184 172 14 0 0.07 0.92 0.28 55.76 0.86 0.39
Hex B8 AC E 0 7 5C 1C 38 56 27
Octal 270 254 16 0 7 134 34 70 126 47
Binary 10111000 10101100 1110 0 111 1011100 11100 111000 1010110 100111

Color Harmonies of #B8AC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AC0E

Black with #B8AC0E

Text Example


Text Example

White with #B8AC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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