Html Css Color HEX #BBD994 Sprout

📋 copy color: '#BBD994'

red 187 ◦ green 217 ◦ blue 148

#BBD994
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BBD994

Tints of Sprout #BBD994

RGB

 RED value IS 187 (73.44% from 255) = 33.88%

 GREEN value IS 217 (85.16% from 255) = 39.31%

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 33.88%
G = 39.31%
B = 26.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#BBD994 (or 0xBBD994) is known color: Sprout. HEX triplet: BB, D9 and 94. RGB value is (187,217,148). Sum of RGB (Red+Green+Blue) = 187+217+148=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD994 is #44266B. Grayscale: #C8C8C8. Windows color (decimal): -4466284 or 9755067. OLE color: 9755067.

HSL color Cylindrical-coordinate representation of color #BBD994: hue angle of 86.09º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBD994 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 217 148 -
CMYK 0.14 0 0.32 0.15
HSL 86.09º 0.48% 0.72% -
HSV(B) 86.09º 0.32% 0.85% -
XYZ 50.65 62.33 37.38 -
YUV 200.16 98.56 118.61 -
System Red Green Blue C M Y K H S L
Decimal 187 217 148 0.14 0 0.32 0.15 86.09 0.48 0.72
Hex BB D9 94 E 0 20 F 56 30 48
Octal 273 331 224 16 0 40 17 126 60 110
Binary 10111011 11011001 10010100 1110 0 100000 1111 1010110 110000 1001000

Color Harmonies of #BBD994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD994

Black with #BBD994

Text Example


Text Example

White with #BBD994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD994; }

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

 H1.HeaderClassName
 {
   color: #BBD994;
 }
 .AnyTagClassName
 {
   color: #BBD994;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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