Html Css Color HEX #B8A813 Earls Green

📋 copy color: '#B8A813'

red 184 ◦ green 168 ◦ blue 19

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

Shades of Earls Green #B8A813

Tints of Earls Green #B8A813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 49.6%
G = 45.28%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B8A813 (or 0xB8A813) is known color: Earls Green. HEX triplet: B8, A8 and 13. RGB value is (184,168,19). Sum of RGB (Red+Green+Blue) = 184+168+19=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A813 is #4757EC. Grayscale: #9C9C9C. Windows color (decimal): -4675565 or 1288376. OLE color: 1288376.

HSL color Cylindrical-coordinate representation of color #B8A813: hue angle of 54.18º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8A813 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 168 19 -
CMYK 0 0.09 0.90 0.28
HSL 54.18º 0.81% 0.4% -
HSV(B) 54.18º 0.9% 0.72% -
XYZ 33.89 38.24 6.21 -
YUV 155.8 50.8 148.12 -
System Red Green Blue C M Y K H S L
Decimal 184 168 19 0 0.09 0.90 0.28 54.18 0.81 0.4
Hex B8 A8 13 0 9 5A 1C 36 51 28
Octal 270 250 23 0 11 132 34 66 121 50
Binary 10111000 10101000 10011 0 1001 1011010 11100 110110 1010001 101000

Color Harmonies of #B8A813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A813

Black with #B8A813

Text Example


Text Example

White with #B8A813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A813; }

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

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

background-color css

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

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

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

border-color css

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

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

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