Html Css Color HEX #BBD696 Sprout

📋 copy color: '#BBD696'

red 187 ◦ green 214 ◦ blue 150

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

Shades of Sprout #BBD696

Tints of Sprout #BBD696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.84%

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

R = 33.94%
G = 38.84%
B = 27.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BBD696 (or 0xBBD696) is known color: Sprout. HEX triplet: BB, D6 and 96. RGB value is (187,214,150). Sum of RGB (Red+Green+Blue) = 187+214+150=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 214 (83.98% from 255 or 38.84% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD696 is #442969. Grayscale: #C6C6C6. Windows color (decimal): -4467050 or 9885371. OLE color: 9885371.

HSL color Cylindrical-coordinate representation of color #BBD696: hue angle of 85.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBD696 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 214 150 -
CMYK 0.13 0 0.30 0.16
HSL 85.31º 0.44% 0.71% -
HSV(B) 85.31º 0.3% 0.84% -
XYZ 50.05 60.86 37.96 -
YUV 198.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 187 214 150 0.13 0 0.30 0.16 85.31 0.44 0.71
Hex BB D6 96 D 0 1E 10 55 2C 47
Octal 273 326 226 15 0 36 20 125 54 107
Binary 10111011 11010110 10010110 1101 0 11110 10000 1010101 101100 1000111

Color Harmonies of #BBD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD696

Black with #BBD696

Text Example


Text Example

White with #BBD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD696; }

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

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

background-color css

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

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

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

border-color css

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

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

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