Html Css Color HEX #B6A52C Earls Green

📋 copy color: '#B6A52C'

red 182 ◦ green 165 ◦ blue 44

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

Shades of Earls Green #B6A52C

Tints of Earls Green #B6A52C

RGB

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

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

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

R = 46.55%
G = 42.2%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6A52C (or 0xB6A52C) is known color: Earls Green. HEX triplet: B6, A5 and 2C. RGB value is (182,165,44). Sum of RGB (Red+Green+Blue) = 182+165+44=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 44 (17.58% from 255 or 11.25% from 391); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A52C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A52C is #495AD3. Grayscale: #9C9C9C. Windows color (decimal): -4807380 or 2926006. OLE color: 2926006.

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

Color convert

RGB 182 165 44 -
CMYK 0 0.09 0.76 0.29
HSL 52.61º 0.61% 0.44% -
HSV(B) 52.61º 0.76% 0.71% -
XYZ 33.2 37.04 7.78 -
YUV 156.29 64.63 146.34 -
System Red Green Blue C M Y K H S L
Decimal 182 165 44 0 0.09 0.76 0.29 52.61 0.61 0.44
Hex B6 A5 2C 0 9 4C 1D 35 3D 2C
Octal 266 245 54 0 11 114 35 65 75 54
Binary 10110110 10100101 101100 0 1001 1001100 11101 110101 111101 101100

Color Harmonies of #B6A52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A52C

Black with #B6A52C

Text Example


Text Example

White with #B6A52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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