Html Css Color HEX #B8A812 Earls Green

📋 copy color: '#B8A812'

red 184 ◦ green 168 ◦ blue 18

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

Shades of Earls Green #B8A812

Tints of Earls Green #B8A812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.86%

R = 49.73%
G = 45.41%
B = 4.86%

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

#B8A812 (or 0xB8A812) is known color: Earls Green. HEX triplet: B8, A8 and 12. RGB value is (184,168,18). Sum of RGB (Red+Green+Blue) = 184+168+18=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 168 (66.02% from 255 or 45.41% from 370); Blue value is 18 (7.42% from 255 or 4.86% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A812 is #4757ED. Grayscale: #9C9C9C. Windows color (decimal): -4675566 or 1222840. OLE color: 1222840.

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

Color convert

RGB 184 168 18 -
CMYK 0 0.09 0.90 0.28
HSL 54.22º 0.82% 0.4% -
HSV(B) 54.22º 0.9% 0.72% -
XYZ 33.88 38.24 6.17 -
YUV 155.68 50.3 148.2 -
System Red Green Blue C M Y K H S L
Decimal 184 168 18 0 0.09 0.90 0.28 54.22 0.82 0.4
Hex B8 A8 12 0 9 5A 1C 36 52 28
Octal 270 250 22 0 11 132 34 66 122 50
Binary 10111000 10101000 10010 0 1001 1011010 11100 110110 1010010 101000

Color Harmonies of #B8A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A812

Black with #B8A812

Text Example


Text Example

White with #B8A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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