Html Css Color HEX #B1BF96 Sprout

📋 copy color: '#B1BF96'

red 177 ◦ green 191 ◦ blue 150

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

Shades of Sprout #B1BF96

Tints of Sprout #B1BF96

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 34.17%
G = 36.87%
B = 28.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#B1BF96 (or 0xB1BF96) is known color: Sprout. HEX triplet: B1, BF and 96. RGB value is (177,191,150). Sum of RGB (Red+Green+Blue) = 177+191+150=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF96 is #4E4069. Grayscale: #B6B6B6. Windows color (decimal): -5128298 or 9879473. OLE color: 9879473.

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

Color convert

RGB 177 191 150 -
CMYK 0.07 0 0.21 0.25
HSL 80.49º 0.24% 0.67% -
HSV(B) 80.49º 0.21% 0.75% -
XYZ 42.27 48.81 36.05 -
YUV 182.14 109.86 124.33 -
System Red Green Blue C M Y K H S L
Decimal 177 191 150 0.07 0 0.21 0.25 80.49 0.24 0.67
Hex B1 BF 96 7 0 15 19 50 18 43
Octal 261 277 226 7 0 25 31 120 30 103
Binary 10110001 10111111 10010110 111 0 10101 11001 1010000 11000 1000011

Color Harmonies of #B1BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BF96

Black with #B1BF96

Text Example


Text Example

White with #B1BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BF96; }

 p { color: rgb(177,191,150); }

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

background-color css

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

 a { background-color: rgb(177,191,150); }

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

border-color css

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

 span { border-color: rgb(177,191,150); }

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