Html Css Color HEX #B1C39E Sprout

📋 copy color: '#B1C39E'

red 177 ◦ green 195 ◦ blue 158

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

Shades of Sprout #B1C39E

Tints of Sprout #B1C39E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.79%

 BLUE value IS 158 (62.11% from 255) = 29.81%

R = 33.4%
G = 36.79%
B = 29.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#B1C39E (or 0xB1C39E) is known color: Sprout. HEX triplet: B1, C3 and 9E. RGB value is (177,195,158). Sum of RGB (Red+Green+Blue) = 177+195+158=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 158 (62.11% from 255 or 29.81% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C39E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1C39E is #4E3C61. Grayscale: #B9B9B9. Windows color (decimal): -5127266 or 10404785. OLE color: 10404785.

HSL color Cylindrical-coordinate representation of color #B1C39E: hue angle of 89.19º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B1C39E is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 158 -
CMYK 0.09 0 0.19 0.24
HSL 89.19º 0.24% 0.69% -
HSV(B) 89.19º 0.19% 0.76% -
XYZ 43.82 50.85 39.85 -
YUV 185.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 177 195 158 0.09 0 0.19 0.24 89.19 0.24 0.69
Hex B1 C3 9E 9 0 13 18 59 18 45
Octal 261 303 236 11 0 23 30 131 30 105
Binary 10110001 11000011 10011110 1001 0 10011 11000 1011001 11000 1000101

Color Harmonies of #B1C39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C39E

Black with #B1C39E

Text Example


Text Example

White with #B1C39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C39E; }

 p { color: rgb(177,195,158); }

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

background-color css

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

 a { background-color: rgb(177,195,158); }

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

border-color css

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

 span { border-color: rgb(177,195,158); }

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