Html Css Color HEX #C3AF18 Earls Green

📋 copy color: '#C3AF18'

red 195 ◦ green 175 ◦ blue 24

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

Shades of Earls Green #C3AF18

Tints of Earls Green #C3AF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.09%

R = 49.49%
G = 44.42%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C3AF18 (or 0xC3AF18) is known color: Earls Green. HEX triplet: C3, AF and 18. RGB value is (195,175,24). Sum of RGB (Red+Green+Blue) = 195+175+24=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C3AF18 is #3C50E7. Grayscale: #A4A4A4. Windows color (decimal): -3952872 or 1617859. OLE color: 1617859.

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

Color convert

RGB 195 175 24 -
CMYK 0 0.10 0.88 0.24
HSL 52.98º 0.78% 0.43% -
HSV(B) 52.98º 0.88% 0.76% -
XYZ 38 42.33 7.03 -
YUV 163.77 49.13 150.28 -
System Red Green Blue C M Y K H S L
Decimal 195 175 24 0 0.10 0.88 0.24 52.98 0.78 0.43
Hex C3 AF 18 0 A 58 18 35 4E 2B
Octal 303 257 30 0 12 130 30 65 116 53
Binary 11000011 10101111 11000 0 1010 1011000 11000 110101 1001110 101011

Color Harmonies of #C3AF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF18

Black with #C3AF18

Text Example


Text Example

White with #C3AF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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