Html Css Color HEX #BBDD97 Sprout

📋 copy color: '#BBDD97'

red 187 ◦ green 221 ◦ blue 151

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

Shades of Sprout #BBDD97

Tints of Sprout #BBDD97

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.53%

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

R = 33.45%
G = 39.53%
B = 27.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#BBDD97 (or 0xBBDD97) is known color: Sprout. HEX triplet: BB, DD and 97. RGB value is (187,221,151). Sum of RGB (Red+Green+Blue) = 187+221+151=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 221 (86.72% from 255 or 39.53% from 559); Blue value is 151 (59.38% from 255 or 27.01% from 559); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDD97 is #442268. Grayscale: #CBCBCB. Windows color (decimal): -4465257 or 9952699. OLE color: 9952699.

HSL color Cylindrical-coordinate representation of color #BBDD97: hue angle of 89.14º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBDD97 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 221 151 -
CMYK 0.15 0 0.32 0.13
HSL 89.14º 0.51% 0.73% -
HSV(B) 89.14º 0.32% 0.87% -
XYZ 51.94 64.51 38.99 -
YUV 202.85 98.74 116.69 -
System Red Green Blue C M Y K H S L
Decimal 187 221 151 0.15 0 0.32 0.13 89.14 0.51 0.73
Hex BB DD 97 F 0 20 D 59 33 49
Octal 273 335 227 17 0 40 15 131 63 111
Binary 10111011 11011101 10010111 1111 0 100000 1101 1011001 110011 1001001

Color Harmonies of #BBDD97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDD97

Black with #BBDD97

Text Example


Text Example

White with #BBDD97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDD97; }

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

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

background-color css

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

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

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

border-color css

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

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

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