Html Css Color HEX #B6A812 Earls Green

📋 copy color: '#B6A812'

red 182 ◦ green 168 ◦ blue 18

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

Shades of Earls Green #B6A812

Tints of Earls Green #B6A812

RGB

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

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

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

R = 49.46%
G = 45.65%
B = 4.89%

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

#B6A812 (or 0xB6A812) is known color: Earls Green. HEX triplet: B6, A8 and 12. RGB value is (182,168,18). Sum of RGB (Red+Green+Blue) = 182+168+18=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A812 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6A812 is #4957ED. Grayscale: #9B9B9B. Windows color (decimal): -4806638 or 1222838. OLE color: 1222838.

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

Color convert

RGB 182 168 18 -
CMYK 0 0.08 0.90 0.29
HSL 54.88º 0.82% 0.39% -
HSV(B) 54.88º 0.9% 0.71% -
XYZ 33.4 37.99 6.15 -
YUV 155.09 50.64 147.2 -
System Red Green Blue C M Y K H S L
Decimal 182 168 18 0 0.08 0.90 0.29 54.88 0.82 0.39
Hex B6 A8 12 0 8 5A 1D 37 52 27
Octal 266 250 22 0 10 132 35 67 122 47
Binary 10110110 10101000 10010 0 1000 1011010 11101 110111 1010010 100111

Color Harmonies of #B6A812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A812

Black with #B6A812

Text Example


Text Example

White with #B6A812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A812; }

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

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

background-color css

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

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

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

border-color css

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

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

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