Html Css Color HEX #BBDC91 Sprout

📋 copy color: '#BBDC91'

red 187 ◦ green 220 ◦ blue 145

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

Shades of Sprout #BBDC91

Tints of Sprout #BBDC91

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

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

R = 33.88%
G = 39.86%
B = 26.27%

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

#BBDC91 (or 0xBBDC91) is known color: Sprout. HEX triplet: BB, DC and 91. RGB value is (187,220,145). Sum of RGB (Red+Green+Blue) = 187+220+145=552 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.88% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDC91 is #44236E. Grayscale: #C9C9C9. Windows color (decimal): -4465519 or 9559227. OLE color: 9559227.

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

Color convert

RGB 187 220 145 -
CMYK 0.15 0 0.34 0.14
HSL 86.4º 0.52% 0.72% -
HSV(B) 86.4º 0.34% 0.86% -
XYZ 51.2 63.8 36.4 -
YUV 201.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 187 220 145 0.15 0 0.34 0.14 86.4 0.52 0.72
Hex BB DC 91 F 0 22 E 56 34 48
Octal 273 334 221 17 0 42 16 126 64 110
Binary 10111011 11011100 10010001 1111 0 100010 1110 1010110 110100 1001000

Color Harmonies of #BBDC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDC91

Black with #BBDC91

Text Example


Text Example

White with #BBDC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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