#C3DB93

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

Shades of Sprout #C3DB93

Tints of Sprout #C3DB93

Color information

#C3DB93 (or 0xC3DB93) is unknown color: approx Sprout. HEX triplet: C3, DB and 93. RGB value is (195,219,147). Sum of RGB (Red+Green+Blue) = 195+219+147=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 219 - color contains mainly: green. Hex color #C3DB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3DB93 is #3C246C. Grayscale: #CBCBCB. Windows color (decimal): -3941485 or 9690051. OLE color: 9690051.

HSL color Cylindrical-coordinate representation of color #C3DB93: hue angle of 80º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3DB93 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB195219147-
CMYK0.1100.330.14
HSL80º50%71.76%-
HSV(B)80º32.88%85.88%-
XYZ53.164.3737.23-
YUV203.6296.05121.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 219 (85.94% from 255) = 39.04%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=34.76%
G=39.04%
B=26.20%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1952191470.1100.330.14805071.76
HexC3DB93B021E503248
Octal303333223130411612062110
Binary11000011110110111001001110110100001111010100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3DB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3DB93; }

 p { color: rgb(195,219,147); }

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

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

 a { background-color: rgb(195,219,147); }

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

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

 span { border-color: rgb(195,219,147); }

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