#B3C993

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

Shades of Sprout #B3C993

Tints of Sprout #B3C993

Color information

#B3C993 (or 0xB3C993) is unknown color: approx Sprout. HEX triplet: B3, C9 and 93. RGB value is (179,201,147). Sum of RGB (Red+Green+Blue) = 179+201+147=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C993 is #4C366C. Grayscale: #BCBCBC. Windows color (decimal): -4994669 or 9685427. OLE color: 9685427.

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

Color convert

RGB179201147-
CMYK0.1100.270.21
HSL84.44º33.33%68.24%-
HSV(B)84.44º26.87%78.82%-
XYZ44.7453.4635.57-
YUV188.27104.71121.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.97%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=33.97%
G=38.14%
B=27.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1792011470.1100.270.2184.4433.3368.24
HexB3C993B01B15542144
Octal263311223130332512441104
Binary10110011110010011001001110110110111010110101001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3C993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3C993; }

 p { color: rgb(179,201,147); }

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

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

 a { background-color: rgb(179,201,147); }

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

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

 span { border-color: rgb(179,201,147); }

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