Html Css Color HEX #BBDB96 Sprout

📋 copy color: '#BBDB96'

red 187 ◦ green 219 ◦ blue 150

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

Shades of Sprout #BBDB96

Tints of Sprout #BBDB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.98%

R = 33.63%
G = 39.39%
B = 26.98%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#BBDB96 (or 0xBBDB96) is known color: Sprout. HEX triplet: BB, DB and 96. RGB value is (187,219,150). Sum of RGB (Red+Green+Blue) = 187+219+150=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 219 (85.94% from 255 or 39.39% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBDB96 is #442469. Grayscale: #C9C9C9. Windows color (decimal): -4465770 or 9886651. OLE color: 9886651.

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

Color convert

RGB 187 219 150 -
CMYK 0.15 0 0.32 0.14
HSL 87.83º 0.49% 0.72% -
HSV(B) 87.83º 0.32% 0.86% -
XYZ 51.33 63.43 38.39 -
YUV 201.57 98.9 117.61 -
System Red Green Blue C M Y K H S L
Decimal 187 219 150 0.15 0 0.32 0.14 87.83 0.49 0.72
Hex BB DB 96 F 0 20 E 58 31 48
Octal 273 333 226 17 0 40 16 130 61 110
Binary 10111011 11011011 10010110 1111 0 100000 1110 1011000 110001 1001000

Color Harmonies of #BBDB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBDB96

Black with #BBDB96

Text Example


Text Example

White with #BBDB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBDB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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