#C1D592

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

Shades of Sprout #C1D592

Tints of Sprout #C1D592

Color information

#C1D592 (or 0xC1D592) is unknown color: approx Sprout. HEX triplet: C1, D5 and 92. RGB value is (193,213,146). Sum of RGB (Red+Green+Blue) = 193+213+146=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D592 is #3E2A6D. Grayscale: #C7C7C7. Windows color (decimal): -4074094 or 9622977. OLE color: 9622977.

HSL color Cylindrical-coordinate representation of color #C1D592: hue angle of 77.91º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1D592 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB193213146-
CMYK0.0900.310.16
HSL77.91º44.37%70.39%-
HSV(B)77.91º31.46%83.53%-
XYZ50.976136.28-
YUV199.3897.87123.45-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 213 (83.59% from 255) = 38.59%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=34.96%
G=38.59%
B=26.45%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932131460.0900.310.1677.9144.3770.39
HexC1D592901F104e2c46
Octal301325222110372011654106
Binary11000001110101011001001010010111111000010011101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D592; }

 p { color: rgb(193,213,146); }

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

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

 a { background-color: rgb(193,213,146); }

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

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

 span { border-color: rgb(193,213,146); }

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