Html Css Color HEX #C7AC16 Earls Green

📋 copy color: '#C7AC16'

red 199 ◦ green 172 ◦ blue 22

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

Shades of Earls Green #C7AC16

Tints of Earls Green #C7AC16

RGB

 RED value IS 199 (78.13% from 255) = 50.64%

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

 BLUE value IS 22 (8.98% from 255) = 5.6%

R = 50.64%
G = 43.77%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C7AC16 (or 0xC7AC16) is known color: Earls Green. HEX triplet: C7, AC and 16. RGB value is (199,172,22). Sum of RGB (Red+Green+Blue) = 199+172+22=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 22 (8.98% from 255 or 5.60% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C7AC16 is #3853E9. Grayscale: #A3A3A3. Windows color (decimal): -3691498 or 1486023. OLE color: 1486023.

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

Color convert

RGB 199 172 22 -
CMYK 0 0.14 0.89 0.22
HSL 50.85º 0.8% 0.43% -
HSV(B) 50.85º 0.89% 0.78% -
XYZ 38.45 41.71 6.78 -
YUV 162.97 48.45 153.7 -
System Red Green Blue C M Y K H S L
Decimal 199 172 22 0 0.14 0.89 0.22 50.85 0.8 0.43
Hex C7 AC 16 0 E 59 16 33 50 2B
Octal 307 254 26 0 16 131 26 63 120 53
Binary 11000111 10101100 10110 0 1110 1011001 10110 110011 1010000 101011

Color Harmonies of #C7AC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AC16

Black with #C7AC16

Text Example


Text Example

White with #C7AC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AC16; }

 p { color: rgb(199,172,22); }

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

background-color css

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

 a { background-color: rgb(199,172,22); }

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

border-color css

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

 span { border-color: rgb(199,172,22); }

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