Html Css Color HEX #BBD596 Sprout

📋 copy color: '#BBD596'

red 187 ◦ green 213 ◦ blue 150

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

Shades of Sprout #BBD596

Tints of Sprout #BBD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.73%

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

R = 34%
G = 38.73%
B = 27.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#BBD596 (or 0xBBD596) is known color: Sprout. HEX triplet: BB, D5 and 96. RGB value is (187,213,150). Sum of RGB (Red+Green+Blue) = 187+213+150=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 213 - color contains mainly: green. Hex color #BBD596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD596 is #442A69. Grayscale: #C6C6C6. Windows color (decimal): -4467306 or 9885115. OLE color: 9885115.

HSL color Cylindrical-coordinate representation of color #BBD596: hue angle of 84.76º degrees, saturation: 0.43, 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 #BBD596 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 213 150 -
CMYK 0.12 0 0.30 0.16
HSL 84.76º 0.43% 0.71% -
HSV(B) 84.76º 0.3% 0.84% -
XYZ 49.79 60.36 37.88 -
YUV 198.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 187 213 150 0.12 0 0.30 0.16 84.76 0.43 0.71
Hex BB D5 96 C 0 1E 10 55 2B 47
Octal 273 325 226 14 0 36 20 125 53 107
Binary 10111011 11010101 10010110 1100 0 11110 10000 1010101 101011 1000111

Color Harmonies of #BBD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD596

Black with #BBD596

Text Example


Text Example

White with #BBD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD596; }

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

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

background-color css

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

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

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

border-color css

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

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

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