#B3CA9D

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

Shades of Sprout #B3CA9D

Tints of Sprout #B3CA9D

Color information

#B3CA9D (or 0xB3CA9D) is unknown color: approx Sprout. HEX triplet: B3, CA and 9D. RGB value is (179,202,157). Sum of RGB (Red+Green+Blue) = 179+202+157=538 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.27% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA9D is #4C3562. Grayscale: #BEBEBE. Windows color (decimal): -4994403 or 10341043. OLE color: 10341043.

HSL color Cylindrical-coordinate representation of color #B3CA9D: hue angle of 90.67º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3CA9D is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB179202157-
CMYK0.1100.220.21
HSL90.67º29.8%70.39%-
HSV(B)90.67º22.28%79.22%-
XYZ45.854.2639.96-
YUV189.99109.38120.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.27%
GREEN value IS 202 (79.30% from 255) = 37.55%
BLUE value IS 157 (61.72% from 255) = 29.18%
R=33.27%
G=37.55%
B=29.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021570.1100.220.2190.6729.870.39
HexB3CA9DB016155b1e46
Octal263312235130262513336106
Binary1011001111001010100111011011010110101011011011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA9D; }

 p { color: rgb(179,202,157); }

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

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

 a { background-color: rgb(179,202,157); }

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

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

 span { border-color: rgb(179,202,157); }

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