Html Css Color HEX #B6A512 Earls Green

📋 copy color: '#B6A512'

red 182 ◦ green 165 ◦ blue 18

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

Shades of Earls Green #B6A512

Tints of Earls Green #B6A512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.21%

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

R = 49.86%
G = 45.21%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B6A512 (or 0xB6A512) is known color: Earls Green. HEX triplet: B6, A5 and 12. RGB value is (182,165,18). Sum of RGB (Red+Green+Blue) = 182+165+18=365 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.86% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A512 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A512 is #495AED. Grayscale: #999999. Windows color (decimal): -4807406 or 1222070. OLE color: 1222070.

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

Color convert

RGB 182 165 18 -
CMYK 0 0.09 0.90 0.29
HSL 53.78º 0.82% 0.39% -
HSV(B) 53.78º 0.9% 0.71% -
XYZ 32.86 36.9 5.96 -
YUV 153.33 51.63 148.45 -
System Red Green Blue C M Y K H S L
Decimal 182 165 18 0 0.09 0.90 0.29 53.78 0.82 0.39
Hex B6 A5 12 0 9 5A 1D 36 52 27
Octal 266 245 22 0 11 132 35 66 122 47
Binary 10110110 10100101 10010 0 1001 1011010 11101 110110 1010010 100111

Color Harmonies of #B6A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A512

Black with #B6A512

Text Example


Text Example

White with #B6A512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A512; }

 p { color: rgb(182,165,18); }

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

background-color css

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

 a { background-color: rgb(182,165,18); }

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

border-color css

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

 span { border-color: rgb(182,165,18); }

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