Html Css Color HEX #BBDB91 Sprout

📋 copy color: '#BBDB91'

red 187 ◦ green 219 ◦ blue 145

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

Shades of Sprout #BBDB91

Tints of Sprout #BBDB91

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.75%

 BLUE value IS 145 (57.03% from 255) = 26.32%

R = 33.94%
G = 39.75%
B = 26.32%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#BBDB91 (or 0xBBDB91) is known color: Sprout. HEX triplet: BB, DB and 91. RGB value is (187,219,145). Sum of RGB (Red+Green+Blue) = 187+219+145=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 219 (85.94% from 255 or 39.75% from 551); Blue value is 145 (57.03% from 255 or 26.32% from 551); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB91 is #44246E. Grayscale: #C9C9C9. Windows color (decimal): -4465775 or 9558971. OLE color: 9558971.

HSL color Cylindrical-coordinate representation of color #BBDB91: hue angle of 85.95º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBDB91 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 219 145 -
CMYK 0.15 0 0.34 0.14
HSL 85.95º 0.51% 0.71% -
HSV(B) 85.95º 0.34% 0.86% -
XYZ 50.94 63.27 36.32 -
YUV 201 96.4 118.02 -
System Red Green Blue C M Y K H S L
Decimal 187 219 145 0.15 0 0.34 0.14 85.95 0.51 0.71
Hex BB DB 91 F 0 22 E 56 33 47
Octal 273 333 221 17 0 42 16 126 63 107
Binary 10111011 11011011 10010001 1111 0 100010 1110 1010110 110011 1000111

Color Harmonies of #BBDB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB91

Black with #BBDB91

Text Example


Text Example

White with #BBDB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB91; }

 p { color: rgb(187,219,145); }

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

background-color css

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

 a { background-color: rgb(187,219,145); }

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

border-color css

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

 span { border-color: rgb(187,219,145); }

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