#B3CA9A

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

Shades of Sprout #B3CA9A

Tints of Sprout #B3CA9A

Color information

#B3CA9A (or 0xB3CA9A) is unknown color: approx Sprout. HEX triplet: B3, CA and 9A. RGB value is (179,202,154). Sum of RGB (Red+Green+Blue) = 179+202+154=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #B3CA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CA9A is #4C3565. Grayscale: #BDBDBD. Windows color (decimal): -4994406 or 10144435. OLE color: 10144435.

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

Color convert

RGB179202154-
CMYK0.1100.240.21
HSL88.75º31.17%69.8%-
HSV(B)88.75º23.76%79.22%-
XYZ45.5454.1638.62-
YUV189.65107.88120.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.46%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=33.46%
G=37.76%
B=28.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792021540.1100.240.2188.7531.1769.8
HexB3CA9AB01815591f46
Octal263312232130302513137106
Binary1011001111001010100110101011011000101011011001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CA9A; }

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

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

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

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

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

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

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

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