Html Css Color HEX #C6AC2A Earls Green

📋 copy color: '#C6AC2A'

red 198 ◦ green 172 ◦ blue 42

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

Shades of Earls Green #C6AC2A

Tints of Earls Green #C6AC2A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.75%

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 48.06%
G = 41.75%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6AC2A (or 0xC6AC2A) is known color: Earls Green. HEX triplet: C6, AC and 2A. RGB value is (198,172,42). Sum of RGB (Red+Green+Blue) = 198+172+42=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AC2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AC2A is #3953D5. Grayscale: #A5A5A5. Windows color (decimal): -3757014 or 2796742. OLE color: 2796742.

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

Color convert

RGB 198 172 42 -
CMYK 0 0.13 0.79 0.22
HSL 50º 0.65% 0.47% -
HSV(B) 50º 0.79% 0.78% -
XYZ 38.46 41.68 8.21 -
YUV 164.95 58.61 151.57 -
System Red Green Blue C M Y K H S L
Decimal 198 172 42 0 0.13 0.79 0.22 50 0.65 0.47
Hex C6 AC 2A 0 D 4F 16 32 41 2F
Octal 306 254 52 0 15 117 26 62 101 57
Binary 11000110 10101100 101010 0 1101 1001111 10110 110010 1000001 101111

Color Harmonies of #C6AC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AC2A

Black with #C6AC2A

Text Example


Text Example

White with #C6AC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AC2A; }

 p { color: rgb(198,172,42); }

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

background-color css

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

 a { background-color: rgb(198,172,42); }

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

border-color css

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

 span { border-color: rgb(198,172,42); }

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