Html Css Color HEX #C2A726 Earls Green

📋 copy color: '#C2A726'

red 194 ◦ green 167 ◦ blue 38

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

Shades of Earls Green #C2A726

Tints of Earls Green #C2A726

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.85%

 BLUE value IS 38 (15.23% from 255) = 9.52%

R = 48.62%
G = 41.85%
B = 9.52%

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

#C2A726 (or 0xC2A726) is known color: Earls Green. HEX triplet: C2, A7 and 26. RGB value is (194,167,38). Sum of RGB (Red+Green+Blue) = 194+167+38=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 167 (65.62% from 255 or 41.85% from 399); Blue value is 38 (15.23% from 255 or 9.52% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A726 is #3D58D9. Grayscale: #A0A0A0. Windows color (decimal): -4020442 or 2533314. OLE color: 2533314.

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

Color convert

RGB 194 167 38 -
CMYK 0 0.14 0.80 0.24
HSL 49.62º 0.67% 0.45% -
HSV(B) 49.62º 0.8% 0.76% -
XYZ 36.42 39.25 7.49 -
YUV 160.37 58.95 151.99 -
System Red Green Blue C M Y K H S L
Decimal 194 167 38 0 0.14 0.80 0.24 49.62 0.67 0.45
Hex C2 A7 26 0 E 50 18 32 43 2D
Octal 302 247 46 0 16 120 30 62 103 55
Binary 11000010 10100111 100110 0 1110 1010000 11000 110010 1000011 101101

Color Harmonies of #C2A726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A726

Black with #C2A726

Text Example


Text Example

White with #C2A726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A726; }

 p { color: rgb(194,167,38); }

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

background-color css

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

 a { background-color: rgb(194,167,38); }

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

border-color css

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

 span { border-color: rgb(194,167,38); }

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