Html Css Color HEX #B1D190 Sprout

📋 copy color: '#B1D190'

red 177 ◦ green 209 ◦ blue 144

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

Shades of Sprout #B1D190

Tints of Sprout #B1D190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.17%

R = 33.4%
G = 39.43%
B = 27.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#B1D190 (or 0xB1D190) is known color: Sprout. HEX triplet: B1, D1 and 90. RGB value is (177,209,144). Sum of RGB (Red+Green+Blue) = 177+209+144=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #B1D190 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1D190 is #4E2E6F. Grayscale: #C0C0C0. Windows color (decimal): -5123696 or 9490865. OLE color: 9490865.

HSL color Cylindrical-coordinate representation of color #B1D190: hue angle of 89.54º 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 #B1D190 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 209 144 -
CMYK 0.15 0 0.31 0.18
HSL 89.54º 0.41% 0.69% -
HSV(B) 89.54º 0.31% 0.82% -
XYZ 45.97 56.96 34.96 -
YUV 192.02 100.9 117.29 -
System Red Green Blue C M Y K H S L
Decimal 177 209 144 0.15 0 0.31 0.18 89.54 0.41 0.69
Hex B1 D1 90 F 0 1F 12 5A 29 45
Octal 261 321 220 17 0 37 22 132 51 105
Binary 10110001 11010001 10010000 1111 0 11111 10010 1011010 101001 1000101

Color Harmonies of #B1D190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D190

Black with #B1D190

Text Example


Text Example

White with #B1D190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D190; }

 p { color: rgb(177,209,144); }

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

background-color css

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

 a { background-color: rgb(177,209,144); }

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

border-color css

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

 span { border-color: rgb(177,209,144); }

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