#C4DB94

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

Shades of Sprout #C4DB94

Tints of Sprout #C4DB94

Color information

#C4DB94 (or 0xC4DB94) is unknown color: approx Sprout. HEX triplet: C4, DB and 94. RGB value is (196,219,148). Sum of RGB (Red+Green+Blue) = 196+219+148=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DB94 is #3B246B. Grayscale: #CCCCCC. Windows color (decimal): -3875948 or 9755588. OLE color: 9755588.

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

Color convert

RGB196219148-
CMYK0.1100.320.14
HSL79.44º49.65%71.96%-
HSV(B)79.44º32.42%85.88%-
XYZ53.4464.5437.66-
YUV204.0396.38122.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 219 (85.94% from 255) = 38.90%
BLUE value IS 148 (58.20% from 255) = 26.29%
R=34.81%
G=38.90%
B=26.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1962191480.1100.320.1479.4449.6571.96
HexC4DB94B020E4f3248
Octal304333224130401611762110
Binary11000100110110111001010010110100000111010011111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DB94; }

 p { color: rgb(196,219,148); }

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

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

 a { background-color: rgb(196,219,148); }

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

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

 span { border-color: rgb(196,219,148); }

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