Html Css Color HEX #C3AF12 Earls Green

📋 copy color: '#C3AF12'

red 195 ◦ green 175 ◦ blue 18

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

Shades of Earls Green #C3AF12

Tints of Earls Green #C3AF12

RGB

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

 GREEN value IS 175 (68.75% from 255) = 45.1%

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 50.26%
G = 45.1%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C3AF12 (or 0xC3AF12) is known color: Earls Green. HEX triplet: C3, AF and 12. RGB value is (195,175,18). Sum of RGB (Red+Green+Blue) = 195+175+18=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF12 is #3C50ED. Grayscale: #A3A3A3. Windows color (decimal): -3952878 or 1224643. OLE color: 1224643.

HSL color Cylindrical-coordinate representation of color #C3AF12: hue angle of 53.22º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C3AF12 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 175 18 -
CMYK 0 0.10 0.91 0.24
HSL 53.22º 0.83% 0.42% -
HSV(B) 53.22º 0.91% 0.76% -
XYZ 37.94 42.31 6.74 -
YUV 163.08 46.13 150.77 -
System Red Green Blue C M Y K H S L
Decimal 195 175 18 0 0.10 0.91 0.24 53.22 0.83 0.42
Hex C3 AF 12 0 A 5B 18 35 53 2A
Octal 303 257 22 0 12 133 30 65 123 52
Binary 11000011 10101111 10010 0 1010 1011011 11000 110101 1010011 101010

Color Harmonies of #C3AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF12

Black with #C3AF12

Text Example


Text Example

White with #C3AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF12; }

 p { color: rgb(195,175,18); }

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

background-color css

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

 a { background-color: rgb(195,175,18); }

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

border-color css

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

 span { border-color: rgb(195,175,18); }

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