Html Css Color HEX #BBDF95 Sprout

📋 copy color: '#BBDF95'

red 187 ◦ green 223 ◦ blue 149

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

Shades of Sprout #BBDF95

Tints of Sprout #BBDF95

RGB

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

 GREEN value IS 223 (87.5% from 255) = 39.89%

 BLUE value IS 149 (58.59% from 255) = 26.65%

R = 33.45%
G = 39.89%
B = 26.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#BBDF95 (or 0xBBDF95) is known color: Sprout. HEX triplet: BB, DF and 95. RGB value is (187,223,149). Sum of RGB (Red+Green+Blue) = 187+223+149=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 223 (87.5% from 255 or 39.89% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF95 is #44206A. Grayscale: #CCCCCC. Windows color (decimal): -4464747 or 9822139. OLE color: 9822139.

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

Color convert

RGB 187 223 149 -
CMYK 0.16 0 0.33 0.13
HSL 89.19º 0.54% 0.73% -
HSV(B) 89.19º 0.33% 0.87% -
XYZ 52.31 65.51 38.32 -
YUV 203.8 97.07 116.02 -
System Red Green Blue C M Y K H S L
Decimal 187 223 149 0.16 0 0.33 0.13 89.19 0.54 0.73
Hex BB DF 95 10 0 21 D 59 36 49
Octal 273 337 225 20 0 41 15 131 66 111
Binary 10111011 11011111 10010101 10000 0 100001 1101 1011001 110110 1001001

Color Harmonies of #BBDF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF95

Black with #BBDF95

Text Example


Text Example

White with #BBDF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF95; }

 p { color: rgb(187,223,149); }

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

background-color css

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

 a { background-color: rgb(187,223,149); }

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

border-color css

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

 span { border-color: rgb(187,223,149); }

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