Html Css Color HEX #C3AC1A Earls Green

📋 copy color: '#C3AC1A'

red 195 ◦ green 172 ◦ blue 26

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

Shades of Earls Green #C3AC1A

Tints of Earls Green #C3AC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 49.62%
G = 43.77%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C3AC1A (or 0xC3AC1A) is known color: Earls Green. HEX triplet: C3, AC and 1A. RGB value is (195,172,26). Sum of RGB (Red+Green+Blue) = 195+172+26=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC1A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC1A is #3C53E5. Grayscale: #A2A2A2. Windows color (decimal): -3953638 or 1748163. OLE color: 1748163.

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

Color convert

RGB 195 172 26 -
CMYK 0 0.12 0.87 0.24
HSL 51.83º 0.76% 0.43% -
HSV(B) 51.83º 0.87% 0.76% -
XYZ 37.44 41.18 6.95 -
YUV 162.23 51.12 151.37 -
System Red Green Blue C M Y K H S L
Decimal 195 172 26 0 0.12 0.87 0.24 51.83 0.76 0.43
Hex C3 AC 1A 0 C 57 18 34 4C 2B
Octal 303 254 32 0 14 127 30 64 114 53
Binary 11000011 10101100 11010 0 1100 1010111 11000 110100 1001100 101011

Color Harmonies of #C3AC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AC1A

Black with #C3AC1A

Text Example


Text Example

White with #C3AC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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