Html Css Color HEX #C3AF24 Earls Green

📋 copy color: '#C3AF24'

red 195 ◦ green 175 ◦ blue 36

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

Shades of Earls Green #C3AF24

Tints of Earls Green #C3AF24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.87%

R = 48.03%
G = 43.1%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C3AF24 (or 0xC3AF24) is known color: Earls Green. HEX triplet: C3, AF and 24. RGB value is (195,175,36). Sum of RGB (Red+Green+Blue) = 195+175+36=406 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.03% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 36 (14.45% from 255 or 8.87% from 406); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF24 is #3C50DB. Grayscale: #A5A5A5. Windows color (decimal): -3952860 or 2404291. OLE color: 2404291.

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

Color convert

RGB 195 175 36 -
CMYK 0 0.10 0.82 0.24
HSL 52.45º 0.69% 0.45% -
HSV(B) 52.45º 0.82% 0.76% -
XYZ 38.15 42.39 7.84 -
YUV 165.13 55.13 149.3 -
System Red Green Blue C M Y K H S L
Decimal 195 175 36 0 0.10 0.82 0.24 52.45 0.69 0.45
Hex C3 AF 24 0 A 52 18 34 45 2D
Octal 303 257 44 0 12 122 30 64 105 55
Binary 11000011 10101111 100100 0 1010 1010010 11000 110100 1000101 101101

Color Harmonies of #C3AF24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AF24

Black with #C3AF24

Text Example


Text Example

White with #C3AF24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AF24; }

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

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

background-color css

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

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

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

border-color css

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

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

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