#BBD693

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

Shades of Sprout #BBD693

Tints of Sprout #BBD693

Color information

#BBD693 (or 0xBBD693) is unknown color: approx Sprout. HEX triplet: BB, D6 and 93. RGB value is (187,214,147). Sum of RGB (Red+Green+Blue) = 187+214+147=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 214 (83.98% from 255 or 39.05% from 548); Blue value is 147 (57.81% from 255 or 26.82% from 548); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD693 is #44296C. Grayscale: #C6C6C6. Windows color (decimal): -4467053 or 9688763. OLE color: 9688763.

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

Color convert

RGB187214147-
CMYK0.1300.310.16
HSL84.18º44.97%70.78%-
HSV(B)84.18º31.31%83.92%-
XYZ49.8160.7636.71-
YUV198.2999.05119.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.12%
GREEN value IS 214 (83.98% from 255) = 39.05%
BLUE value IS 147 (57.81% from 255) = 26.82%
R=34.12%
G=39.05%
B=26.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872141470.1300.310.1684.1844.9770.78
HexBBD693D01F10542d47
Octal273326223150372012455107
Binary10111011110101101001001111010111111000010101001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD693; }

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

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

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

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

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

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

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

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