Html Css Color HEX #B1D291 Sprout

📋 copy color: '#B1D291'

red 177 ◦ green 210 ◦ blue 145

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

Shades of Sprout #B1D291

Tints of Sprout #B1D291

RGB

 RED value IS 177 (69.53% from 255) = 33.27%

 GREEN value IS 210 (82.42% from 255) = 39.47%

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

R = 33.27%
G = 39.47%
B = 27.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#B1D291 (or 0xB1D291) is known color: Sprout. HEX triplet: B1, D2 and 91. RGB value is (177,210,145). Sum of RGB (Red+Green+Blue) = 177+210+145=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 210 (82.42% from 255 or 39.47% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D291 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D291 is #4E2D6E. Grayscale: #C0C0C0. Windows color (decimal): -5123439 or 9556657. OLE color: 9556657.

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

Color convert

RGB 177 210 145 -
CMYK 0.16 0 0.31 0.18
HSL 90.46º 0.42% 0.7% -
HSV(B) 90.46º 0.31% 0.82% -
XYZ 46.29 57.48 35.44 -
YUV 192.72 101.07 116.79 -
System Red Green Blue C M Y K H S L
Decimal 177 210 145 0.16 0 0.31 0.18 90.46 0.42 0.7
Hex B1 D2 91 10 0 1F 12 5A 2A 46
Octal 261 322 221 20 0 37 22 132 52 106
Binary 10110001 11010010 10010001 10000 0 11111 10010 1011010 101010 1000110

Color Harmonies of #B1D291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D291

Black with #B1D291

Text Example


Text Example

White with #B1D291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D291; }

 p { color: rgb(177,210,145); }

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

background-color css

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

 a { background-color: rgb(177,210,145); }

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

border-color css

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

 span { border-color: rgb(177,210,145); }

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