Html Css Color HEX #B8AB0E Earls Green

📋 copy color: '#B8AB0E'

red 184 ◦ green 171 ◦ blue 14

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

Shades of Earls Green #B8AB0E

Tints of Earls Green #B8AB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.34%

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

R = 49.86%
G = 46.34%
B = 3.79%

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

#B8AB0E (or 0xB8AB0E) is known color: Earls Green. HEX triplet: B8, AB and 0E. RGB value is (184,171,14). Sum of RGB (Red+Green+Blue) = 184+171+14=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 14 (5.86% from 255 or 3.79% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AB0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8AB0E is #4754F1. Grayscale: #9D9D9D. Windows color (decimal): -4674802 or 961464. OLE color: 961464.

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

Color convert

RGB 184 171 14 -
CMYK 0 0.07 0.92 0.28
HSL 55.41º 0.86% 0.39% -
HSV(B) 55.41º 0.92% 0.72% -
XYZ 34.41 39.35 6.2 -
YUV 156.99 47.31 147.27 -
System Red Green Blue C M Y K H S L
Decimal 184 171 14 0 0.07 0.92 0.28 55.41 0.86 0.39
Hex B8 AB E 0 7 5C 1C 37 56 27
Octal 270 253 16 0 7 134 34 67 126 47
Binary 10111000 10101011 1110 0 111 1011100 11100 110111 1010110 100111

Color Harmonies of #B8AB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AB0E

Black with #B8AB0E

Text Example


Text Example

White with #B8AB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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