Html Css Color HEX #C3AA2C Earls Green

📋 copy color: '#C3AA2C'

red 195 ◦ green 170 ◦ blue 44

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

Shades of Earls Green #C3AA2C

Tints of Earls Green #C3AA2C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.56%

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

R = 47.68%
G = 41.56%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C3AA2C (or 0xC3AA2C) is known color: Earls Green. HEX triplet: C3, AA and 2C. RGB value is (195,170,44). Sum of RGB (Red+Green+Blue) = 195+170+44=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA2C is #3C55D3. Grayscale: #A3A3A3. Windows color (decimal): -3954132 or 2927299. OLE color: 2927299.

HSL color Cylindrical-coordinate representation of color #C3AA2C: hue angle of 50.07º 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 #C3AA2C is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 170 44 -
CMYK 0 0.13 0.77 0.24
HSL 50.07º 0.63% 0.47% -
HSV(B) 50.07º 0.77% 0.76% -
XYZ 37.34 40.53 8.24 -
YUV 163.11 60.78 150.75 -
System Red Green Blue C M Y K H S L
Decimal 195 170 44 0 0.13 0.77 0.24 50.07 0.63 0.47
Hex C3 AA 2C 0 D 4D 18 32 3F 2F
Octal 303 252 54 0 15 115 30 62 77 57
Binary 11000011 10101010 101100 0 1101 1001101 11000 110010 111111 101111

Color Harmonies of #C3AA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AA2C

Black with #C3AA2C

Text Example


Text Example

White with #C3AA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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