Html Css Color HEX #B8A811 Earls Green

📋 copy color: '#B8A811'

red 184 ◦ green 168 ◦ blue 17

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

Shades of Earls Green #B8A811

Tints of Earls Green #B8A811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.61%

R = 49.86%
G = 45.53%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B8A811 (or 0xB8A811) is known color: Earls Green. HEX triplet: B8, A8 and 11. RGB value is (184,168,17). Sum of RGB (Red+Green+Blue) = 184+168+17=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A811 is #4757EE. Grayscale: #9C9C9C. Windows color (decimal): -4675567 or 1157304. OLE color: 1157304.

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

Color convert

RGB 184 168 17 -
CMYK 0 0.09 0.91 0.28
HSL 54.25º 0.83% 0.39% -
HSV(B) 54.25º 0.91% 0.72% -
XYZ 33.87 38.24 6.13 -
YUV 155.57 49.8 148.28 -
System Red Green Blue C M Y K H S L
Decimal 184 168 17 0 0.09 0.91 0.28 54.25 0.83 0.39
Hex B8 A8 11 0 9 5B 1C 36 53 27
Octal 270 250 21 0 11 133 34 66 123 47
Binary 10111000 10101000 10001 0 1001 1011011 11100 110110 1010011 100111

Color Harmonies of #B8A811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A811

Black with #B8A811

Text Example


Text Example

White with #B8A811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A811; }

 p { color: rgb(184,168,17); }

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

background-color css

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

 a { background-color: rgb(184,168,17); }

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

border-color css

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

 span { border-color: rgb(184,168,17); }

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