Html Css Color HEX #B6A42C Earls Green

📋 copy color: '#B6A42C'

red 182 ◦ green 164 ◦ blue 44

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

Shades of Earls Green #B6A42C

Tints of Earls Green #B6A42C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.05%

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

R = 46.67%
G = 42.05%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#B6A42C (or 0xB6A42C) is known color: Earls Green. HEX triplet: B6, A4 and 2C. RGB value is (182,164,44). Sum of RGB (Red+Green+Blue) = 182+164+44=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A42C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A42C is #495BD3. Grayscale: #9C9C9C. Windows color (decimal): -4807636 or 2925750. OLE color: 2925750.

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

Color convert

RGB 182 164 44 -
CMYK 0 0.10 0.76 0.29
HSL 52.17º 0.61% 0.44% -
HSV(B) 52.17º 0.76% 0.71% -
XYZ 33.02 36.68 7.72 -
YUV 155.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 182 164 44 0 0.10 0.76 0.29 52.17 0.61 0.44
Hex B6 A4 2C 0 A 4C 1D 34 3D 2C
Octal 266 244 54 0 12 114 35 64 75 54
Binary 10110110 10100100 101100 0 1010 1001100 11101 110100 111101 101100

Color Harmonies of #B6A42C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A42C

Black with #B6A42C

Text Example


Text Example

White with #B6A42C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A42C; }

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

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

background-color css

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

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

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

border-color css

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

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

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