Html Css Color HEX #C8AC1C Earls Green

📋 copy color: '#C8AC1C'

red 200 ◦ green 172 ◦ blue 28

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

Shades of Earls Green #C8AC1C

Tints of Earls Green #C8AC1C

RGB

 RED value IS 200 (78.52% from 255) = 50%

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

 BLUE value IS 28 (11.33% from 255) = 7%

R = 50%
G = 43%
B = 7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C8AC1C (or 0xC8AC1C) is known color: Earls Green. HEX triplet: C8, AC and 1C. RGB value is (200,172,28). Sum of RGB (Red+Green+Blue) = 200+172+28=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC1C is #3753E3. Grayscale: #A4A4A4. Windows color (decimal): -3625956 or 1879240. OLE color: 1879240.

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

Color convert

RGB 200 172 28 -
CMYK 0 0.14 0.86 0.22
HSL 50.23º 0.75% 0.45% -
HSV(B) 50.23º 0.86% 0.78% -
XYZ 38.78 41.87 7.14 -
YUV 163.96 51.28 153.71 -
System Red Green Blue C M Y K H S L
Decimal 200 172 28 0 0.14 0.86 0.22 50.23 0.75 0.45
Hex C8 AC 1C 0 E 56 16 32 4B 2D
Octal 310 254 34 0 16 126 26 62 113 55
Binary 11001000 10101100 11100 0 1110 1010110 10110 110010 1001011 101101

Color Harmonies of #C8AC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AC1C

Black with #C8AC1C

Text Example


Text Example

White with #C8AC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AC1C; }

 p { color: rgb(200,172,28); }

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

background-color css

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

 a { background-color: rgb(200,172,28); }

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

border-color css

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

 span { border-color: rgb(200,172,28); }

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