Html Css Color HEX #C3A529 Earls Green

📋 copy color: '#C3A529'

red 195 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #C3A529

Tints of Earls Green #C3A529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.15%

 BLUE value IS 41 (16.41% from 255) = 10.22%

R = 48.63%
G = 41.15%
B = 10.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C3A529 (or 0xC3A529) is known color: Earls Green. HEX triplet: C3, A5 and 29. RGB value is (195,165,41). Sum of RGB (Red+Green+Blue) = 195+165+41=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 41 (16.41% from 255 or 10.22% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A529 is #3C5AD6. Grayscale: #A0A0A0. Windows color (decimal): -3955415 or 2729411. OLE color: 2729411.

HSL color Cylindrical-coordinate representation of color #C3A529: hue angle of 48.31º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C3A529 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 165 41 -
CMYK 0 0.15 0.79 0.24
HSL 48.31º 0.65% 0.46% -
HSV(B) 48.31º 0.79% 0.76% -
XYZ 36.36 38.67 7.65 -
YUV 159.83 60.94 153.08 -
System Red Green Blue C M Y K H S L
Decimal 195 165 41 0 0.15 0.79 0.24 48.31 0.65 0.46
Hex C3 A5 29 0 F 4F 18 30 41 2E
Octal 303 245 51 0 17 117 30 60 101 56
Binary 11000011 10100101 101001 0 1111 1001111 11000 110000 1000001 101110

Color Harmonies of #C3A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A529

Black with #C3A529

Text Example


Text Example

White with #C3A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A529; }

 p { color: rgb(195,165,41); }

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

background-color css

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

 a { background-color: rgb(195,165,41); }

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

border-color css

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

 span { border-color: rgb(195,165,41); }

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