#B3CA9B

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

Shades of Sprout #B3CA9B

Tints of Sprout #B3CA9B

Color information

#B3CA9B (or 0xB3CA9B) is unknown color: approx Sprout. HEX triplet: B3, CA and 9B. RGB value is (179,202,155). Sum of RGB (Red+Green+Blue) = 179+202+155=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA9B is #4C3564. Grayscale: #BDBDBD. Windows color (decimal): -4994405 or 10209971. OLE color: 10209971.

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

Color convert

RGB179202155-
CMYK0.1100.230.21
HSL89.36º30.72%70%-
HSV(B)89.36º23.27%79.22%-
XYZ45.6354.1939.07-
YUV189.76108.38120.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.40%
GREEN value IS 202 (79.30% from 255) = 37.69%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=33.40%
G=37.69%
B=28.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021550.1100.230.2189.3630.7270
HexB3CA9BB01715591f46
Octal263312233130272513137106
Binary1011001111001010100110111011010111101011011001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA9B; }

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

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

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

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

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

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

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

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