Html Css Color HEX #B1C09F Sprout

📋 copy color: '#B1C09F'

red 177 ◦ green 192 ◦ blue 159

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

Shades of Sprout #B1C09F

Tints of Sprout #B1C09F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.36%

 BLUE value IS 159 (62.5% from 255) = 30.11%

R = 33.52%
G = 36.36%
B = 30.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#B1C09F (or 0xB1C09F) is known color: Sprout. HEX triplet: B1, C0 and 9F. RGB value is (177,192,159). Sum of RGB (Red+Green+Blue) = 177+192+159=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C09F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C09F is #4E3F60. Grayscale: #B7B7B7. Windows color (decimal): -5128033 or 10469553. OLE color: 10469553.

HSL color Cylindrical-coordinate representation of color #B1C09F: hue angle of 87.27º degrees, saturation: 0.21, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B1C09F is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 159 -
CMYK 0.08 0 0.17 0.25
HSL 87.27º 0.21% 0.69% -
HSV(B) 87.27º 0.17% 0.75% -
XYZ 43.24 49.55 40.09 -
YUV 183.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 177 192 159 0.08 0 0.17 0.25 87.27 0.21 0.69
Hex B1 C0 9F 8 0 11 19 57 15 45
Octal 261 300 237 10 0 21 31 127 25 105
Binary 10110001 11000000 10011111 1000 0 10001 11001 1010111 10101 1000101

Color Harmonies of #B1C09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C09F

Black with #B1C09F

Text Example


Text Example

White with #B1C09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C09F; }

 p { color: rgb(177,192,159); }

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

background-color css

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

 a { background-color: rgb(177,192,159); }

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

border-color css

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

 span { border-color: rgb(177,192,159); }

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