Html Css Color HEX #B6A413 Earls Green

📋 copy color: '#B6A413'

red 182 ◦ green 164 ◦ blue 19

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

Shades of Earls Green #B6A413

Tints of Earls Green #B6A413

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.93%

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

R = 49.86%
G = 44.93%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B6A413 (or 0xB6A413) is known color: Earls Green. HEX triplet: B6, A4 and 13. RGB value is (182,164,19). Sum of RGB (Red+Green+Blue) = 182+164+19=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A413 is #495BEC. Grayscale: #999999. Windows color (decimal): -4807661 or 1287350. OLE color: 1287350.

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

Color convert

RGB 182 164 19 -
CMYK 0 0.10 0.90 0.29
HSL 53.37º 0.81% 0.39% -
HSV(B) 53.37º 0.9% 0.71% -
XYZ 32.68 36.54 5.95 -
YUV 152.85 52.46 148.79 -
System Red Green Blue C M Y K H S L
Decimal 182 164 19 0 0.10 0.90 0.29 53.37 0.81 0.39
Hex B6 A4 13 0 A 5A 1D 35 51 27
Octal 266 244 23 0 12 132 35 65 121 47
Binary 10110110 10100100 10011 0 1010 1011010 11101 110101 1010001 100111

Color Harmonies of #B6A413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A413

Black with #B6A413

Text Example


Text Example

White with #B6A413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A413; }

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

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

background-color css

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

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

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

border-color css

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

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

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