Html Css Color HEX #C2A627 Earls Green

📋 copy color: '#C2A627'

red 194 ◦ green 166 ◦ blue 39

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

Shades of Earls Green #C2A627

Tints of Earls Green #C2A627

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 39 (15.63% from 255) = 9.77%

R = 48.62%
G = 41.6%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C2A627 (or 0xC2A627) is known color: Earls Green. HEX triplet: C2, A6 and 27. RGB value is (194,166,39). Sum of RGB (Red+Green+Blue) = 194+166+39=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A627 is #3D59D8. Grayscale: #A0A0A0. Windows color (decimal): -4020697 or 2598594. OLE color: 2598594.

HSL color Cylindrical-coordinate representation of color #C2A627: hue angle of 49.16º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2A627 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 166 39 -
CMYK 0 0.14 0.80 0.24
HSL 49.16º 0.67% 0.46% -
HSV(B) 49.16º 0.8% 0.76% -
XYZ 36.25 38.89 7.52 -
YUV 159.89 59.78 152.33 -
System Red Green Blue C M Y K H S L
Decimal 194 166 39 0 0.14 0.80 0.24 49.16 0.67 0.46
Hex C2 A6 27 0 E 50 18 31 43 2E
Octal 302 246 47 0 16 120 30 61 103 56
Binary 11000010 10100110 100111 0 1110 1010000 11000 110001 1000011 101110

Color Harmonies of #C2A627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A627

Black with #C2A627

Text Example


Text Example

White with #C2A627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A627; }

 p { color: rgb(194,166,39); }

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

background-color css

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

 a { background-color: rgb(194,166,39); }

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

border-color css

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

 span { border-color: rgb(194,166,39); }

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