Html Css Color HEX #C3AC2C Earls Green

📋 copy color: '#C3AC2C'

red 195 ◦ green 172 ◦ blue 44

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

Shades of Earls Green #C3AC2C

Tints of Earls Green #C3AC2C

RGB

 RED value IS 195 (76.56% from 255) = 47.45%

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

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

R = 47.45%
G = 41.85%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3AC2C (or 0xC3AC2C) is known color: Earls Green. HEX triplet: C3, AC and 2C. RGB value is (195,172,44). Sum of RGB (Red+Green+Blue) = 195+172+44=411 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.45% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC2C is #3C53D3. Grayscale: #A4A4A4. Windows color (decimal): -3953620 or 2927811. OLE color: 2927811.

HSL color Cylindrical-coordinate representation of color #C3AC2C: hue angle of 50.86º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3AC2C is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 172 44 -
CMYK 0 0.12 0.77 0.24
HSL 50.86º 0.63% 0.47% -
HSV(B) 50.86º 0.77% 0.76% -
XYZ 37.71 41.29 8.36 -
YUV 164.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 195 172 44 0 0.12 0.77 0.24 50.86 0.63 0.47
Hex C3 AC 2C 0 C 4D 18 33 3F 2F
Octal 303 254 54 0 14 115 30 63 77 57
Binary 11000011 10101100 101100 0 1100 1001101 11000 110011 111111 101111

Color Harmonies of #C3AC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC2C

Black with #C3AC2C

Text Example


Text Example

White with #C3AC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC2C; }

 p { color: rgb(195,172,44); }

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

background-color css

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

 a { background-color: rgb(195,172,44); }

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

border-color css

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

 span { border-color: rgb(195,172,44); }

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