#BBD794

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

Shades of Sprout #BBD794

Tints of Sprout #BBD794

Color information

#BBD794 (or 0xBBD794) is unknown color: approx Sprout. HEX triplet: BB, D7 and 94. RGB value is (187,215,148). Sum of RGB (Red+Green+Blue) = 187+215+148=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD794 is #44286B. Grayscale: #C7C7C7. Windows color (decimal): -4466796 or 9754555. OLE color: 9754555.

HSL color Cylindrical-coordinate representation of color #BBD794: hue angle of 85.07º degrees, saturation: 0.46, 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 #BBD794 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB187215148-
CMYK0.1300.310.16
HSL85.07º45.58%71.18%-
HSV(B)85.07º31.16%84.31%-
XYZ50.1461.337.21-
YUV198.9999.22119.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=34%
G=39.09%
B=26.91%

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
Decimal1872151480.1300.310.1685.0745.5871.18
HexBBD794D01F10552e47
Octal273327224150372012556107
Binary10111011110101111001010011010111111000010101011011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD794; }

 p { color: rgb(187,215,148); }

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

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

 a { background-color: rgb(187,215,148); }

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

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

 span { border-color: rgb(187,215,148); }

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