Html Css Color HEX #BBD695 Sprout

📋 copy color: '#BBD695'

red 187 ◦ green 214 ◦ blue 149

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

Shades of Sprout #BBD695

Tints of Sprout #BBD695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.09%

R = 34%
G = 38.91%
B = 27.09%

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

#BBD695 (or 0xBBD695) is known color: Sprout. HEX triplet: BB, D6 and 95. RGB value is (187,214,149). Sum of RGB (Red+Green+Blue) = 187+214+149=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD695 is #44296A. Grayscale: #C6C6C6. Windows color (decimal): -4467051 or 9819835. OLE color: 9819835.

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

Color convert

RGB 187 214 149 -
CMYK 0.13 0 0.30 0.16
HSL 84.92º 0.44% 0.71% -
HSV(B) 84.92º 0.3% 0.84% -
XYZ 49.96 60.83 37.54 -
YUV 198.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 187 214 149 0.13 0 0.30 0.16 84.92 0.44 0.71
Hex BB D6 95 D 0 1E 10 55 2C 47
Octal 273 326 225 15 0 36 20 125 54 107
Binary 10111011 11010110 10010101 1101 0 11110 10000 1010101 101100 1000111

Color Harmonies of #BBD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD695

Black with #BBD695

Text Example


Text Example

White with #BBD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD695; }

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

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

background-color css

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

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

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

border-color css

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

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

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