#BBD39A

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

Shades of Sprout #BBD39A

Tints of Sprout #BBD39A

Color information

#BBD39A (or 0xBBD39A) is unknown color: approx Sprout. HEX triplet: BB, D3 and 9A. RGB value is (187,211,154). Sum of RGB (Red+Green+Blue) = 187+211+154=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 211 (82.81% from 255 or 38.22% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD39A is #442C65. Grayscale: #C5C5C5. Windows color (decimal): -4467814 or 10146747. OLE color: 10146747.

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

Color convert

RGB187211154-
CMYK0.1100.270.17
HSL85.26º39.31%71.57%-
HSV(B)85.26º27.01%82.75%-
XYZ49.6259.4939.44-
YUV197.33103.55120.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.88%
GREEN value IS 211 (82.81% from 255) = 38.22%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=33.88%
G=38.22%
B=27.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872111540.1100.270.1785.2639.3171.57
HexBBD39AB01B11552748
Octal273323232130332112547110
Binary10111011110100111001101010110110111000110101011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD39A; }

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

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

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

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

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

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

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

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