Html Css Color HEX #B8A613 Earls Green

📋 copy color: '#B8A613'

red 184 ◦ green 166 ◦ blue 19

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

Shades of Earls Green #B8A613

Tints of Earls Green #B8A613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.99%

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

R = 49.86%
G = 44.99%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B8A613 (or 0xB8A613) is known color: Earls Green. HEX triplet: B8, A6 and 13. RGB value is (184,166,19). Sum of RGB (Red+Green+Blue) = 184+166+19=369 (48% of max value = 765). Red value is 184 (72.27% from 255 or 49.86% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A613 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8A613 is #4759EC. Grayscale: #9B9B9B. Windows color (decimal): -4676077 or 1287864. OLE color: 1287864.

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

Color convert

RGB 184 166 19 -
CMYK 0 0.10 0.90 0.28
HSL 53.45º 0.81% 0.4% -
HSV(B) 53.45º 0.9% 0.72% -
XYZ 33.52 37.51 6.09 -
YUV 154.62 51.46 148.95 -
System Red Green Blue C M Y K H S L
Decimal 184 166 19 0 0.10 0.90 0.28 53.45 0.81 0.4
Hex B8 A6 13 0 A 5A 1C 35 51 28
Octal 270 246 23 0 12 132 34 65 121 50
Binary 10111000 10100110 10011 0 1010 1011010 11100 110101 1010001 101000

Color Harmonies of #B8A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A613

Black with #B8A613

Text Example


Text Example

White with #B8A613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A613; }

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

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

background-color css

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

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

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

border-color css

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

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

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