Html Css Color HEX #C3AC1D Earls Green

📋 copy color: '#C3AC1D'

red 195 ◦ green 172 ◦ blue 29

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

Shades of Earls Green #C3AC1D

Tints of Earls Green #C3AC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.32%

R = 49.24%
G = 43.43%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C3AC1D (or 0xC3AC1D) is known color: Earls Green. HEX triplet: C3, AC and 1D. RGB value is (195,172,29). Sum of RGB (Red+Green+Blue) = 195+172+29=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC1D is #3C53E2. Grayscale: #A3A3A3. Windows color (decimal): -3953635 or 1944771. OLE color: 1944771.

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

Color convert

RGB 195 172 29 -
CMYK 0 0.12 0.85 0.24
HSL 51.69º 0.74% 0.44% -
HSV(B) 51.69º 0.85% 0.76% -
XYZ 37.48 41.2 7.14 -
YUV 162.58 52.62 151.13 -
System Red Green Blue C M Y K H S L
Decimal 195 172 29 0 0.12 0.85 0.24 51.69 0.74 0.44
Hex C3 AC 1D 0 C 55 18 34 4A 2C
Octal 303 254 35 0 14 125 30 64 112 54
Binary 11000011 10101100 11101 0 1100 1010101 11000 110100 1001010 101100

Color Harmonies of #C3AC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC1D

Black with #C3AC1D

Text Example


Text Example

White with #C3AC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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