Html Css Color HEX #C3A720 Earls Green

📋 copy color: '#C3A720'

red 195 ◦ green 167 ◦ blue 32

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

Shades of Earls Green #C3A720

Tints of Earls Green #C3A720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.39%

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

R = 49.49%
G = 42.39%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C3A720 (or 0xC3A720) is known color: Earls Green. HEX triplet: C3, A7 and 20. RGB value is (195,167,32). Sum of RGB (Red+Green+Blue) = 195+167+32=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 167 (65.62% from 255 or 42.39% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A720 is #3C58DF. Grayscale: #A0A0A0. Windows color (decimal): -3954912 or 2140099. OLE color: 2140099.

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

Color convert

RGB 195 167 32 -
CMYK 0 0.14 0.84 0.24
HSL 49.69º 0.72% 0.45% -
HSV(B) 49.69º 0.84% 0.76% -
XYZ 36.59 39.34 7.03 -
YUV 159.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 195 167 32 0 0.14 0.84 0.24 49.69 0.72 0.45
Hex C3 A7 20 0 E 54 18 32 48 2D
Octal 303 247 40 0 16 124 30 62 110 55
Binary 11000011 10100111 100000 0 1110 1010100 11000 110010 1001000 101101

Color Harmonies of #C3A720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A720

Black with #C3A720

Text Example


Text Example

White with #C3A720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A720; }

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

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

background-color css

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

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

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

border-color css

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

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

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