Html Css Color HEX #C3AD20 Earls Green

📋 copy color: '#C3AD20'

red 195 ◦ green 173 ◦ blue 32

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

Shades of Earls Green #C3AD20

Tints of Earls Green #C3AD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8%

R = 48.75%
G = 43.25%
B = 8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3AD20 (or 0xC3AD20) is known color: Earls Green. HEX triplet: C3, AD and 20. RGB value is (195,173,32). Sum of RGB (Red+Green+Blue) = 195+173+32=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 32 (12.89% from 255 or 8% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AD20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AD20 is #3C52DF. Grayscale: #A4A4A4. Windows color (decimal): -3953376 or 2141635. OLE color: 2141635.

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

Color convert

RGB 195 173 32 -
CMYK 0 0.11 0.84 0.24
HSL 51.9º 0.72% 0.45% -
HSV(B) 51.9º 0.84% 0.76% -
XYZ 37.71 41.59 7.41 -
YUV 163.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 195 173 32 0 0.11 0.84 0.24 51.9 0.72 0.45
Hex C3 AD 20 0 B 54 18 34 48 2D
Octal 303 255 40 0 13 124 30 64 110 55
Binary 11000011 10101101 100000 0 1011 1010100 11000 110100 1001000 101101

Color Harmonies of #C3AD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3AD20

Black with #C3AD20

Text Example


Text Example

White with #C3AD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3AD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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