#B3CB8F

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

Shades of Sprout #B3CB8F

Tints of Sprout #B3CB8F

Color information

#B3CB8F (or 0xB3CB8F) is unknown color: approx Sprout. HEX triplet: B3, CB and 8F. RGB value is (179,203,143). Sum of RGB (Red+Green+Blue) = 179+203+143=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3CB8F is #4C3470. Grayscale: #BDBDBD. Windows color (decimal): -4994161 or 9423795. OLE color: 9423795.

HSL color Cylindrical-coordinate representation of color #B3CB8F: hue angle of 84º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3CB8F is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB179203143-
CMYK0.1200.300.20
HSL84º36.59%67.84%-
HSV(B)84º29.56%79.61%-
XYZ44.954.2834.1-
YUV188.98102.05120.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.10%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=34.10%
G=38.67%
B=27.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1792031430.1200.300.208436.5967.84
HexB3CB8FC01E14542544
Octal263313217140362412445104
Binary10110011110010111000111111000111101010010101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CB8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CB8F; }

 p { color: rgb(179,203,143); }

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

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

 a { background-color: rgb(179,203,143); }

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

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

 span { border-color: rgb(179,203,143); }

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