Html Css Color HEX #BBDF94 Sprout

📋 copy color: '#BBDF94'

red 187 ◦ green 223 ◦ blue 148

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

Shades of Sprout #BBDF94

Tints of Sprout #BBDF94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.52%

R = 33.51%
G = 39.96%
B = 26.52%

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

#BBDF94 (or 0xBBDF94) is known color: Sprout. HEX triplet: BB, DF and 94. RGB value is (187,223,148). Sum of RGB (Red+Green+Blue) = 187+223+148=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 148 (58.20% from 255 or 26.52% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDF94 is #44206B. Grayscale: #CBCBCB. Windows color (decimal): -4464748 or 9756603. OLE color: 9756603.

HSL color Cylindrical-coordinate representation of color #BBDF94: hue angle of 88.8º 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 #BBDF94 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 223 148 -
CMYK 0.16 0 0.34 0.13
HSL 88.8º 0.54% 0.73% -
HSV(B) 88.8º 0.34% 0.87% -
XYZ 52.23 65.48 37.9 -
YUV 203.69 96.57 116.1 -
System Red Green Blue C M Y K H S L
Decimal 187 223 148 0.16 0 0.34 0.13 88.8 0.54 0.73
Hex BB DF 94 10 0 22 D 59 36 49
Octal 273 337 224 20 0 42 15 131 66 111
Binary 10111011 11011111 10010100 10000 0 100010 1101 1011001 110110 1001001

Color Harmonies of #BBDF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDF94

Black with #BBDF94

Text Example


Text Example

White with #BBDF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDF94; }

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

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

background-color css

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

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

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

border-color css

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

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

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