Html Css Color HEX #C2A521 Earls Green

📋 copy color: '#C2A521'

red 194 ◦ green 165 ◦ blue 33

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

Shades of Earls Green #C2A521

Tints of Earls Green #C2A521

RGB

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

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

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

R = 49.49%
G = 42.09%
B = 8.42%

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

#C2A521 (or 0xC2A521) is known color: Earls Green. HEX triplet: C2, A5 and 21. RGB value is (194,165,33). Sum of RGB (Red+Green+Blue) = 194+165+33=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A521 is #3D5ADE. Grayscale: #9F9F9F. Windows color (decimal): -4020959 or 2205122. OLE color: 2205122.

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

Color convert

RGB 194 165 33 -
CMYK 0 0.15 0.83 0.24
HSL 49.19º 0.71% 0.45% -
HSV(B) 49.19º 0.83% 0.76% -
XYZ 35.98 38.49 6.97 -
YUV 158.62 57.11 153.23 -
System Red Green Blue C M Y K H S L
Decimal 194 165 33 0 0.15 0.83 0.24 49.19 0.71 0.45
Hex C2 A5 21 0 F 53 18 31 47 2D
Octal 302 245 41 0 17 123 30 61 107 55
Binary 11000010 10100101 100001 0 1111 1010011 11000 110001 1000111 101101

Color Harmonies of #C2A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A521

Black with #C2A521

Text Example


Text Example

White with #C2A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A521; }

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

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

background-color css

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

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

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

border-color css

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

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

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