#BBD88D

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

Shades of Sprout #BBD88D

Tints of Sprout #BBD88D

Color information

#BBD88D (or 0xBBD88D) is unknown color: approx Sprout. HEX triplet: BB, D8 and 8D. RGB value is (187,216,141). Sum of RGB (Red+Green+Blue) = 187+216+141=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD88D is #442772. Grayscale: #C7C7C7. Windows color (decimal): -4466547 or 9296059. OLE color: 9296059.

HSL color Cylindrical-coordinate representation of color #BBD88D: hue angle of 83.2º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BBD88D is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB187216141-
CMYK0.1300.350.15
HSL83.2º49.02%70%-
HSV(B)83.2º34.72%84.71%-
XYZ49.8661.634.46-
YUV198.7895.39119.6-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 216 (84.77% from 255) = 39.71%
BLUE value IS 141 (55.47% from 255) = 25.92%
R=34.38%
G=39.71%
B=25.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161410.1300.350.1583.249.0270
HexBBD88DD023F533146
Octal273330215150431712361106
Binary10111011110110001000110111010100011111110100111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD88D; }

 p { color: rgb(187,216,141); }

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

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

 a { background-color: rgb(187,216,141); }

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

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

 span { border-color: rgb(187,216,141); }

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