Html Css Color HEX #B1BD9B Sprout

📋 copy color: '#B1BD9B'

red 177 ◦ green 189 ◦ blue 155

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

Shades of Sprout #B1BD9B

Tints of Sprout #B1BD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

 BLUE value IS 155 (60.94% from 255) = 29.75%

R = 33.97%
G = 36.28%
B = 29.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#B1BD9B (or 0xB1BD9B) is known color: Sprout. HEX triplet: B1, BD and 9B. RGB value is (177,189,155). Sum of RGB (Red+Green+Blue) = 177+189+155=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #B1BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BD9B is #4E4264. Grayscale: #B5B5B5. Windows color (decimal): -5128805 or 10206641. OLE color: 10206641.

HSL color Cylindrical-coordinate representation of color #B1BD9B: hue angle of 81.18º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1BD9B is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 189 155 -
CMYK 0.06 0 0.18 0.26
HSL 81.18º 0.2% 0.67% -
HSV(B) 81.18º 0.18% 0.74% -
XYZ 42.25 48.11 38.07 -
YUV 181.54 113.02 124.76 -
System Red Green Blue C M Y K H S L
Decimal 177 189 155 0.06 0 0.18 0.26 81.18 0.2 0.67
Hex B1 BD 9B 6 0 12 1A 51 14 43
Octal 261 275 233 6 0 22 32 121 24 103
Binary 10110001 10111101 10011011 110 0 10010 11010 1010001 10100 1000011

Color Harmonies of #B1BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BD9B

Black with #B1BD9B

Text Example


Text Example

White with #B1BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BD9B; }

 p { color: rgb(177,189,155); }

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

background-color css

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

 a { background-color: rgb(177,189,155); }

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

border-color css

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

 span { border-color: rgb(177,189,155); }

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