#BBD08F

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

Shades of Sprout #BBD08F

Tints of Sprout #BBD08F

Color information

#BBD08F (or 0xBBD08F) is unknown color: approx Sprout. HEX triplet: BB, D0 and 8F. RGB value is (187,208,143). Sum of RGB (Red+Green+Blue) = 187+208+143=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 208 (81.64% from 255 or 38.66% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 208 - color contains mainly: green. Hex color #BBD08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD08F is #442F70. Grayscale: #C2C2C2. Windows color (decimal): -4468593 or 9425083. OLE color: 9425083.

HSL color Cylindrical-coordinate representation of color #BBD08F: hue angle of 79.38º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBD08F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB187208143-
CMYK0.1000.310.18
HSL79.38º40.88%68.82%-
HSV(B)79.38º31.25%81.57%-
XYZ48.0157.6634.59-
YUV194.3199.04122.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 208 (81.64% from 255) = 38.66%
BLUE value IS 143 (56.25% from 255) = 26.58%
R=34.76%
G=38.66%
B=26.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872081430.1000.310.1879.3840.8868.82
HexBBD08FA01F124f2945
Octal273320217120372211751105
Binary10111011110100001000111110100111111001010011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD08F; }

 p { color: rgb(187,208,143); }

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

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

 a { background-color: rgb(187,208,143); }

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

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

 span { border-color: rgb(187,208,143); }

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