Html Css Color HEX #B6AD2C Earls Green

📋 copy color: '#B6AD2C'

red 182 ◦ green 173 ◦ blue 44

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

Shades of Earls Green #B6AD2C

Tints of Earls Green #B6AD2C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 43.36%

 BLUE value IS 44 (17.58% from 255) = 11.03%

R = 45.61%
G = 43.36%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6AD2C (or 0xB6AD2C) is known color: Earls Green. HEX triplet: B6, AD and 2C. RGB value is (182,173,44). Sum of RGB (Red+Green+Blue) = 182+173+44=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 44 (17.58% from 255 or 11.03% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AD2C is #4952D3. Grayscale: #A1A1A1. Windows color (decimal): -4805332 or 2928054. OLE color: 2928054.

HSL color Cylindrical-coordinate representation of color #B6AD2C: hue angle of 56.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6AD2C is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 173 44 -
CMYK 0 0.05 0.76 0.29
HSL 56.09º 0.61% 0.44% -
HSV(B) 56.09º 0.76% 0.71% -
XYZ 34.69 40.01 8.28 -
YUV 160.99 61.98 142.99 -
System Red Green Blue C M Y K H S L
Decimal 182 173 44 0 0.05 0.76 0.29 56.09 0.61 0.44
Hex B6 AD 2C 0 5 4C 1D 38 3D 2C
Octal 266 255 54 0 5 114 35 70 75 54
Binary 10110110 10101101 101100 0 101 1001100 11101 111000 111101 101100

Color Harmonies of #B6AD2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AD2C

Black with #B6AD2C

Text Example


Text Example

White with #B6AD2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AD2C; }

 p { color: rgb(182,173,44); }

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

background-color css

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

 a { background-color: rgb(182,173,44); }

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

border-color css

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

 span { border-color: rgb(182,173,44); }

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