Html Css Color HEX #B6A813 Earls Green

📋 copy color: '#B6A813'

red 182 ◦ green 168 ◦ blue 19

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

Shades of Earls Green #B6A813

Tints of Earls Green #B6A813

RGB

 RED value IS 182 (71.48% from 255) = 49.32%

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

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

R = 49.32%
G = 45.53%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B6A813 (or 0xB6A813) is known color: Earls Green. HEX triplet: B6, A8 and 13. RGB value is (182,168,19). Sum of RGB (Red+Green+Blue) = 182+168+19=369 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.32% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A813 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A813 is #4957EC. Grayscale: #9B9B9B. Windows color (decimal): -4806637 or 1288374. OLE color: 1288374.

HSL color Cylindrical-coordinate representation of color #B6A813: hue angle of 54.85º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6A813 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 168 19 -
CMYK 0 0.08 0.90 0.29
HSL 54.85º 0.81% 0.39% -
HSV(B) 54.85º 0.9% 0.71% -
XYZ 33.41 38 6.19 -
YUV 155.2 51.14 147.12 -
System Red Green Blue C M Y K H S L
Decimal 182 168 19 0 0.08 0.90 0.29 54.85 0.81 0.39
Hex B6 A8 13 0 8 5A 1D 37 51 27
Octal 266 250 23 0 10 132 35 67 121 47
Binary 10110110 10101000 10011 0 1000 1011010 11101 110111 1010001 100111

Color Harmonies of #B6A813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A813

Black with #B6A813

Text Example


Text Example

White with #B6A813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A813; }

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

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

background-color css

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

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

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

border-color css

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

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

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