Html Css Color HEX #C2A421 Earls Green

📋 copy color: '#C2A421'

red 194 ◦ green 164 ◦ blue 33

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

Shades of Earls Green #C2A421

Tints of Earls Green #C2A421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.94%

 BLUE value IS 33 (13.28% from 255) = 8.44%

R = 49.62%
G = 41.94%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C2A421 (or 0xC2A421) is known color: Earls Green. HEX triplet: C2, A4 and 21. RGB value is (194,164,33). Sum of RGB (Red+Green+Blue) = 194+164+33=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 33 (13.28% from 255 or 8.44% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A421 is #3D5BDE. Grayscale: #9E9E9E. Windows color (decimal): -4021215 or 2204866. OLE color: 2204866.

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

Color convert

RGB 194 164 33 -
CMYK 0 0.15 0.83 0.24
HSL 48.82º 0.71% 0.45% -
HSV(B) 48.82º 0.83% 0.76% -
XYZ 35.8 38.13 6.91 -
YUV 158.04 57.44 153.65 -
System Red Green Blue C M Y K H S L
Decimal 194 164 33 0 0.15 0.83 0.24 48.82 0.71 0.45
Hex C2 A4 21 0 F 53 18 31 47 2D
Octal 302 244 41 0 17 123 30 61 107 55
Binary 11000010 10100100 100001 0 1111 1010011 11000 110001 1000111 101101

Color Harmonies of #C2A421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A421

Black with #C2A421

Text Example


Text Example

White with #C2A421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A421; }

 p { color: rgb(194,164,33); }

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

background-color css

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

 a { background-color: rgb(194,164,33); }

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

border-color css

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

 span { border-color: rgb(194,164,33); }

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