Html Css Color HEX #BBDF93 Sprout

📋 copy color: '#BBDF93'

red 187 ◦ green 223 ◦ blue 147

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

Shades of Sprout #BBDF93

Tints of Sprout #BBDF93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.39%

R = 33.57%
G = 40.04%
B = 26.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#BBDF93 (or 0xBBDF93) is known color: Sprout. HEX triplet: BB, DF and 93. RGB value is (187,223,147). Sum of RGB (Red+Green+Blue) = 187+223+147=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 147 (57.81% from 255 or 26.39% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF93 is #44206C. Grayscale: #CBCBCB. Windows color (decimal): -4464749 or 9691067. OLE color: 9691067.

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

Color convert

RGB 187 223 147 -
CMYK 0.16 0 0.34 0.13
HSL 88.42º 0.54% 0.73% -
HSV(B) 88.42º 0.34% 0.87% -
XYZ 52.15 65.45 37.49 -
YUV 203.57 96.07 116.18 -
System Red Green Blue C M Y K H S L
Decimal 187 223 147 0.16 0 0.34 0.13 88.42 0.54 0.73
Hex BB DF 93 10 0 22 D 58 36 49
Octal 273 337 223 20 0 42 15 130 66 111
Binary 10111011 11011111 10010011 10000 0 100010 1101 1011000 110110 1001001

Color Harmonies of #BBDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF93

Black with #BBDF93

Text Example


Text Example

White with #BBDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF93; }

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

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

background-color css

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

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

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

border-color css

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

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

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