Html Css Color HEX #BBD997 Sprout

📋 copy color: '#BBD997'

red 187 ◦ green 217 ◦ blue 151

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

Shades of Sprout #BBD997

Tints of Sprout #BBD997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.21%

R = 33.69%
G = 39.1%
B = 27.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#BBD997 (or 0xBBD997) is known color: Sprout. HEX triplet: BB, D9 and 97. RGB value is (187,217,151). Sum of RGB (Red+Green+Blue) = 187+217+151=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD997 is #442668. Grayscale: #C8C8C8. Windows color (decimal): -4466281 or 9951675. OLE color: 9951675.

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

Color convert

RGB 187 217 151 -
CMYK 0.14 0 0.30 0.15
HSL 87.27º 0.46% 0.72% -
HSV(B) 87.27º 0.3% 0.85% -
XYZ 50.89 62.42 38.65 -
YUV 200.51 100.06 118.37 -
System Red Green Blue C M Y K H S L
Decimal 187 217 151 0.14 0 0.30 0.15 87.27 0.46 0.72
Hex BB D9 97 E 0 1E F 57 2E 48
Octal 273 331 227 16 0 36 17 127 56 110
Binary 10111011 11011001 10010111 1110 0 11110 1111 1010111 101110 1001000

Color Harmonies of #BBD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD997

Black with #BBD997

Text Example


Text Example

White with #BBD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD997; }

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

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

background-color css

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

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

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

border-color css

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

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

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