Html Css Color HEX #B6A831 Earls Green

📋 copy color: '#B6A831'

red 182 ◦ green 168 ◦ blue 49

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

Shades of Earls Green #B6A831

Tints of Earls Green #B6A831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.28%

R = 45.61%
G = 42.11%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B6A831 (or 0xB6A831) is known color: Earls Green. HEX triplet: B6, A8 and 31. RGB value is (182,168,49). Sum of RGB (Red+Green+Blue) = 182+168+49=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 168 (66.02% from 255 or 42.11% from 399); Blue value is 49 (19.53% from 255 or 12.28% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A831 is #4957CE. Grayscale: #9F9F9F. Windows color (decimal): -4806607 or 3254454. OLE color: 3254454.

HSL color Cylindrical-coordinate representation of color #B6A831: hue angle of 53.68º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6A831 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 168 49 -
CMYK 0 0.08 0.73 0.29
HSL 53.68º 0.58% 0.45% -
HSV(B) 53.68º 0.73% 0.71% -
XYZ 33.85 38.17 8.49 -
YUV 158.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 182 168 49 0 0.08 0.73 0.29 53.68 0.58 0.45
Hex B6 A8 31 0 8 49 1D 36 3A 2D
Octal 266 250 61 0 10 111 35 66 72 55
Binary 10110110 10101000 110001 0 1000 1001001 11101 110110 111010 101101

Color Harmonies of #B6A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A831

Black with #B6A831

Text Example


Text Example

White with #B6A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A831; }

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

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

background-color css

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

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

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

border-color css

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

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

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