Html Css Color HEX #B1BF99 Sprout

📋 copy color: '#B1BF99'

red 177 ◦ green 191 ◦ blue 153

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

Shades of Sprout #B1BF99

Tints of Sprout #B1BF99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.37%

R = 33.97%
G = 36.66%
B = 29.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#B1BF99 (or 0xB1BF99) is known color: Sprout. HEX triplet: B1, BF and 99. RGB value is (177,191,153). Sum of RGB (Red+Green+Blue) = 177+191+153=521 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.97% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 153 (60.16% from 255 or 29.37% from 521); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BF99 is #4E4066. Grayscale: #B6B6B6. Windows color (decimal): -5128295 or 10076081. OLE color: 10076081.

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

Color convert

RGB 177 191 153 -
CMYK 0.07 0 0.20 0.25
HSL 82.11º 0.23% 0.67% -
HSV(B) 82.11º 0.2% 0.75% -
XYZ 42.51 48.91 37.34 -
YUV 182.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 177 191 153 0.07 0 0.20 0.25 82.11 0.23 0.67
Hex B1 BF 99 7 0 14 19 52 17 43
Octal 261 277 231 7 0 24 31 122 27 103
Binary 10110001 10111111 10011001 111 0 10100 11001 1010010 10111 1000011

Color Harmonies of #B1BF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BF99

Black with #B1BF99

Text Example


Text Example

White with #B1BF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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