#BBD395

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

Shades of Sprout #BBD395

Tints of Sprout #BBD395

Color information

#BBD395 (or 0xBBD395) is unknown color: approx Sprout. HEX triplet: BB, D3 and 95. RGB value is (187,211,149). Sum of RGB (Red+Green+Blue) = 187+211+149=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD395 is #442C6A. Grayscale: #C4C4C4. Windows color (decimal): -4467819 or 9819067. OLE color: 9819067.

HSL color Cylindrical-coordinate representation of color #BBD395: hue angle of 83.23º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBD395 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB187211149-
CMYK0.1100.290.17
HSL83.23º41.33%70.59%-
HSV(B)83.23º29.38%82.75%-
XYZ49.2159.3237.29-
YUV196.76101.05121.04-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 211 (82.81% from 255) = 38.57%
BLUE value IS 149 (58.59% from 255) = 27.24%
R=34.19%
G=38.57%
B=27.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111490.1100.290.1783.2341.3370.59
HexBBD395B01D11532947
Octal273323225130352112351107
Binary10111011110100111001010110110111011000110100111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD395; }

 p { color: rgb(187,211,149); }

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

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

 a { background-color: rgb(187,211,149); }

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

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

 span { border-color: rgb(187,211,149); }

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