#C1CE9B

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

Shades of Sprout #C1CE9B

Tints of Sprout #C1CE9B

Color information

#C1CE9B (or 0xC1CE9B) is unknown color: approx Sprout. HEX triplet: C1, CE and 9B. RGB value is (193,206,155). Sum of RGB (Red+Green+Blue) = 193+206+155=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1CE9B is #3E3164. Grayscale: #C4C4C4. Windows color (decimal): -4075877 or 10211009. OLE color: 10211009.

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

Color convert

RGB193206155-
CMYK0.0600.250.19
HSL75.29º34.23%70.78%-
HSV(B)75.29º24.76%80.78%-
XYZ49.9857.8539.54-
YUV196.3104.69125.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.84%
GREEN value IS 206 (80.86% from 255) = 37.18%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=34.84%
G=37.18%
B=27.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1932061550.0600.250.1975.2934.2370.78
HexC1CE9B6019134b2247
Octal30131623360312311342107
Binary1100000111001110100110111100110011001110010111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CE9B; }

 p { color: rgb(193,206,155); }

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

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

 a { background-color: rgb(193,206,155); }

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

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

 span { border-color: rgb(193,206,155); }

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