#BBD694

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

Shades of Sprout #BBD694

Tints of Sprout #BBD694

Color information

#BBD694 (or 0xBBD694) is unknown color: approx Sprout. HEX triplet: BB, D6 and 94. RGB value is (187,214,148). Sum of RGB (Red+Green+Blue) = 187+214+148=549 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.06% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD694 is #44296B. Grayscale: #C6C6C6. Windows color (decimal): -4467052 or 9754299. OLE color: 9754299.

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

Color convert

RGB187214148-
CMYK0.1300.310.16
HSL84.55º44.59%70.98%-
HSV(B)84.55º30.84%83.92%-
XYZ49.8960.837.12-
YUV198.499.55119.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.06%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 148 (58.20% from 255) = 26.96%
R=34.06%
G=38.98%
B=26.96%

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
Decimal1872141480.1300.310.1684.5544.5970.98
HexBBD694D01F10552d47
Octal273326224150372012555107
Binary10111011110101101001010011010111111000010101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD694; }

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

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

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

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

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

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

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

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