Html Css Color HEX #C2A522 Earls Green

📋 copy color: '#C2A522'

red 194 ◦ green 165 ◦ blue 34

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

Shades of Earls Green #C2A522

Tints of Earls Green #C2A522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.65%

R = 49.36%
G = 41.98%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C2A522 (or 0xC2A522) is known color: Earls Green. HEX triplet: C2, A5 and 22. RGB value is (194,165,34). Sum of RGB (Red+Green+Blue) = 194+165+34=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 165 (64.84% from 255 or 41.98% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A522 is #3D5ADD. Grayscale: #9F9F9F. Windows color (decimal): -4020958 or 2270658. OLE color: 2270658.

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

Color convert

RGB 194 165 34 -
CMYK 0 0.15 0.82 0.24
HSL 49.13º 0.7% 0.45% -
HSV(B) 49.13º 0.82% 0.76% -
XYZ 35.99 38.5 7.05 -
YUV 158.74 57.61 153.15 -
System Red Green Blue C M Y K H S L
Decimal 194 165 34 0 0.15 0.82 0.24 49.13 0.7 0.45
Hex C2 A5 22 0 F 52 18 31 46 2D
Octal 302 245 42 0 17 122 30 61 106 55
Binary 11000010 10100101 100010 0 1111 1010010 11000 110001 1000110 101101

Color Harmonies of #C2A522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A522

Black with #C2A522

Text Example


Text Example

White with #C2A522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A522; }

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

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

background-color css

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

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

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

border-color css

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

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

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