#BBD494

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

Shades of Sprout #BBD494

Tints of Sprout #BBD494

Color information

#BBD494 (or 0xBBD494) is unknown color: approx Sprout. HEX triplet: BB, D4 and 94. RGB value is (187,212,148). Sum of RGB (Red+Green+Blue) = 187+212+148=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 212 - color contains mainly: green. Hex color #BBD494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD494 is #442B6B. Grayscale: #C5C5C5. Windows color (decimal): -4467564 or 9753787. OLE color: 9753787.

HSL color Cylindrical-coordinate representation of color #BBD494: hue angle of 83.44º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD494 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB187212148-
CMYK0.1200.300.17
HSL83.44º42.67%70.59%-
HSV(B)83.44º30.19%83.14%-
XYZ49.3859.7936.95-
YUV197.23100.22120.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.19%
GREEN value IS 212 (83.20% from 255) = 38.76%
BLUE value IS 148 (58.20% from 255) = 27.06%
R=34.19%
G=38.76%
B=27.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1872121480.1200.300.1783.4442.6770.59
HexBBD494C01E11532b47
Octal273324224140362112353107
Binary10111011110101001001010011000111101000110100111010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD494; }

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

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

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

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

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

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

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

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