Html Css Color HEX #C2A529 Earls Green

📋 copy color: '#C2A529'

red 194 ◦ green 165 ◦ blue 41

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

Shades of Earls Green #C2A529

Tints of Earls Green #C2A529

RGB

 RED value IS 194 (76.17% from 255) = 48.5%

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

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

R = 48.5%
G = 41.25%
B = 10.25%

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

#C2A529 (or 0xC2A529) is known color: Earls Green. HEX triplet: C2, A5 and 29. RGB value is (194,165,41). Sum of RGB (Red+Green+Blue) = 194+165+41=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 41 (16.41% from 255 or 10.25% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A529 is #3D5AD6. Grayscale: #A0A0A0. Windows color (decimal): -4020951 or 2729410. OLE color: 2729410.

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

Color convert

RGB 194 165 41 -
CMYK 0 0.15 0.79 0.24
HSL 48.63º 0.65% 0.46% -
HSV(B) 48.63º 0.79% 0.76% -
XYZ 36.1 38.54 7.63 -
YUV 159.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 194 165 41 0 0.15 0.79 0.24 48.63 0.65 0.46
Hex C2 A5 29 0 F 4F 18 31 41 2E
Octal 302 245 51 0 17 117 30 61 101 56
Binary 11000010 10100101 101001 0 1111 1001111 11000 110001 1000001 101110

Color Harmonies of #C2A529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A529

Black with #C2A529

Text Example


Text Example

White with #C2A529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A529; }

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

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

background-color css

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

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

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

border-color css

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

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

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