Html Css Color HEX #BBD191 Sprout

📋 copy color: '#BBD191'

red 187 ◦ green 209 ◦ blue 145

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

Shades of Sprout #BBD191

Tints of Sprout #BBD191

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.63%

 BLUE value IS 145 (57.03% from 255) = 26.8%

R = 34.57%
G = 38.63%
B = 26.8%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#BBD191 (or 0xBBD191) is known color: Sprout. HEX triplet: BB, D1 and 91. RGB value is (187,209,145). Sum of RGB (Red+Green+Blue) = 187+209+145=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 209 (82.03% from 255 or 38.63% from 541); Blue value is 145 (57.03% from 255 or 26.80% from 541); Max value from RGB is 209 - color contains mainly: green. Hex color #BBD191 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD191 is #442E6E. Grayscale: #C3C3C3. Windows color (decimal): -4468335 or 9556411. OLE color: 9556411.

HSL color Cylindrical-coordinate representation of color #BBD191: hue angle of 80.62º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBD191 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 209 145 -
CMYK 0.11 0 0.31 0.18
HSL 80.63º 0.41% 0.69% -
HSV(B) 80.63º 0.31% 0.82% -
XYZ 48.4 58.21 35.47 -
YUV 195.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 187 209 145 0.11 0 0.31 0.18 80.63 0.41 0.69
Hex BB D1 91 B 0 1F 12 51 29 45
Octal 273 321 221 13 0 37 22 121 51 105
Binary 10111011 11010001 10010001 1011 0 11111 10010 1010001 101001 1000101

Color Harmonies of #BBD191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD191

Black with #BBD191

Text Example


Text Example

White with #BBD191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD191; }

 p { color: rgb(187,209,145); }

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

background-color css

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

 a { background-color: rgb(187,209,145); }

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

border-color css

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

 span { border-color: rgb(187,209,145); }

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