Html Css Color HEX #C6AB2C Earls Green

📋 copy color: '#C6AB2C'

red 198 ◦ green 171 ◦ blue 44

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

Shades of Earls Green #C6AB2C

Tints of Earls Green #C6AB2C

RGB

 RED value IS 198 (77.73% from 255) = 47.94%

 GREEN value IS 171 (67.19% from 255) = 41.4%

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

R = 47.94%
G = 41.4%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6AB2C (or 0xC6AB2C) is known color: Earls Green. HEX triplet: C6, AB and 2C. RGB value is (198,171,44). Sum of RGB (Red+Green+Blue) = 198+171+44=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AB2C is #3954D3. Grayscale: #A5A5A5. Windows color (decimal): -3757268 or 2927558. OLE color: 2927558.

HSL color Cylindrical-coordinate representation of color #C6AB2C: hue angle of 49.48º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6AB2C is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 171 44 -
CMYK 0 0.14 0.78 0.22
HSL 49.48º 0.64% 0.47% -
HSV(B) 49.48º 0.78% 0.78% -
XYZ 38.31 41.31 8.34 -
YUV 164.6 59.95 151.83 -
System Red Green Blue C M Y K H S L
Decimal 198 171 44 0 0.14 0.78 0.22 49.48 0.64 0.47
Hex C6 AB 2C 0 E 4E 16 31 40 2F
Octal 306 253 54 0 16 116 26 61 100 57
Binary 11000110 10101011 101100 0 1110 1001110 10110 110001 1000000 101111

Color Harmonies of #C6AB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AB2C

Black with #C6AB2C

Text Example


Text Example

White with #C6AB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AB2C; }

 p { color: rgb(198,171,44); }

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

background-color css

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

 a { background-color: rgb(198,171,44); }

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

border-color css

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

 span { border-color: rgb(198,171,44); }

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