#C2CE9D

Color #C2CE9D Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #C2CE9D

Tints of Sprout #C2CE9D

Color information

#C2CE9D (or 0xC2CE9D) is unknown color: approx Sprout. HEX triplet: C2, CE and 9D. RGB value is (194,206,157). Sum of RGB (Red+Green+Blue) = 194+206+157=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CE9D is #3D3162. Grayscale: #C5C5C5. Windows color (decimal): -4010339 or 10342082. OLE color: 10342082.

HSL color Cylindrical-coordinate representation of color #C2CE9D: hue angle of 74.69º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2CE9D is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB194206157-
CMYK0.0600.240.19
HSL74.69º33.33%71.18%-
HSV(B)74.69º23.79%80.78%-
XYZ50.4158.0540.45-
YUV196.83105.52125.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 206 (80.86% from 255) = 36.98%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=34.83%
G=36.98%
B=28.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1942061570.0600.240.1974.6933.3371.18
HexC2CE9D6018134b2147
Octal30231623560302311341107
Binary1100001011001110100111011100110001001110010111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CE9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CE9D; }

 p { color: rgb(194,206,157); }

 H1.HeaderClassName
 {
   color: #C2CE9D;
 }
 .AnyTagClassName
 {
   color: #C2CE9D;
 }
</style>
background-color css

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

 a { background-color: rgb(194,206,157); }

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

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

 span { border-color: rgb(194,206,157); }

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