Html Css Color HEX #C3AD24 Earls Green

📋 copy color: '#C3AD24'

red 195 ◦ green 173 ◦ blue 36

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

Shades of Earls Green #C3AD24

Tints of Earls Green #C3AD24

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.82%

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

R = 48.27%
G = 42.82%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C3AD24 (or 0xC3AD24) is known color: Earls Green. HEX triplet: C3, AD and 24. RGB value is (195,173,36). Sum of RGB (Red+Green+Blue) = 195+173+36=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 36 (14.45% from 255 or 8.91% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD24 is #3C52DB. Grayscale: #A4A4A4. Windows color (decimal): -3953372 or 2403779. OLE color: 2403779.

HSL color Cylindrical-coordinate representation of color #C3AD24: hue angle of 51.7º 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 #C3AD24 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 173 36 -
CMYK 0 0.11 0.82 0.24
HSL 51.7º 0.69% 0.45% -
HSV(B) 51.7º 0.82% 0.76% -
XYZ 37.77 41.62 7.71 -
YUV 163.96 55.79 150.14 -
System Red Green Blue C M Y K H S L
Decimal 195 173 36 0 0.11 0.82 0.24 51.7 0.69 0.45
Hex C3 AD 24 0 B 52 18 34 45 2D
Octal 303 255 44 0 13 122 30 64 105 55
Binary 11000011 10101101 100100 0 1011 1010010 11000 110100 1000101 101101

Color Harmonies of #C3AD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD24

Black with #C3AD24

Text Example


Text Example

White with #C3AD24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD24; }

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

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

background-color css

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

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

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

border-color css

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

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

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