Html Css Color HEX #BBD894 Sprout

📋 copy color: '#BBD894'

red 187 ◦ green 216 ◦ blue 148

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

Shades of Sprout #BBD894

Tints of Sprout #BBD894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.2%

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

R = 33.94%
G = 39.2%
B = 26.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#BBD894 (or 0xBBD894) is known color: Sprout. HEX triplet: BB, D8 and 94. RGB value is (187,216,148). Sum of RGB (Red+Green+Blue) = 187+216+148=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 216 (84.77% from 255 or 39.20% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD894 is #44276B. Grayscale: #C7C7C7. Windows color (decimal): -4466540 or 9754811. OLE color: 9754811.

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

Color convert

RGB 187 216 148 -
CMYK 0.13 0 0.31 0.15
HSL 85.59º 0.47% 0.71% -
HSV(B) 85.59º 0.31% 0.85% -
XYZ 50.39 61.81 37.29 -
YUV 199.58 98.89 119.03 -
System Red Green Blue C M Y K H S L
Decimal 187 216 148 0.13 0 0.31 0.15 85.59 0.47 0.71
Hex BB D8 94 D 0 1F F 56 2F 47
Octal 273 330 224 15 0 37 17 126 57 107
Binary 10111011 11011000 10010100 1101 0 11111 1111 1010110 101111 1000111

Color Harmonies of #BBD894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD894

Black with #BBD894

Text Example


Text Example

White with #BBD894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD894; }

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

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

background-color css

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

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

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

border-color css

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

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

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