#BBD690

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

Shades of Sprout #BBD690

Tints of Sprout #BBD690

Color information

#BBD690 (or 0xBBD690) is unknown color: approx Sprout. HEX triplet: BB, D6 and 90. RGB value is (187,214,144). Sum of RGB (Red+Green+Blue) = 187+214+144=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 214 (83.98% from 255 or 39.27% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD690 is #44296F. Grayscale: #C6C6C6. Windows color (decimal): -4467056 or 9492155. OLE color: 9492155.

HSL color Cylindrical-coordinate representation of color #BBD690: hue angle of 83.14º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBD690 is Cyan = 0.13, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB187214144-
CMYK0.1300.330.16
HSL83.14º46.05%70.2%-
HSV(B)83.14º32.71%83.92%-
XYZ49.5760.6735.48-
YUV197.9597.55120.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.31%
GREEN value IS 214 (83.98% from 255) = 39.27%
BLUE value IS 144 (56.64% from 255) = 26.42%
R=34.31%
G=39.27%
B=26.42%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141440.1300.330.1683.1446.0570.2
HexBBD690D02110532e46
Octal273326220150412012356106
Binary101110111101011010010000110101000011000010100111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD690; }

 p { color: rgb(187,214,144); }

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

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

 a { background-color: rgb(187,214,144); }

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

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

 span { border-color: rgb(187,214,144); }

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