Html Css Color HEX #B1BC97 Green Spring

📋 copy color: '#B1BC97'

red 177 ◦ green 188 ◦ blue 151

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

Shades of Green Spring #B1BC97

Tints of Green Spring #B1BC97

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

 BLUE value IS 151 (59.38% from 255) = 29.26%

R = 34.3%
G = 36.43%
B = 29.26%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#B1BC97 (or 0xB1BC97) is known color: Green Spring. HEX triplet: B1, BC and 97. RGB value is (177,188,151). Sum of RGB (Red+Green+Blue) = 177+188+151=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC97 is #4E4368. Grayscale: #B4B4B4. Windows color (decimal): -5129065 or 9944241. OLE color: 9944241.

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

Color convert

RGB 177 188 151 -
CMYK 0.06 0 0.20 0.26
HSL 77.84º 0.22% 0.66% -
HSV(B) 77.84º 0.2% 0.74% -
XYZ 41.7 47.55 36.26 -
YUV 180.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 177 188 151 0.06 0 0.20 0.26 77.84 0.22 0.66
Hex B1 BC 97 6 0 14 1A 4E 16 42
Octal 261 274 227 6 0 24 32 116 26 102
Binary 10110001 10111100 10010111 110 0 10100 11010 1001110 10110 1000010

Color Harmonies of #B1BC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC97

Black with #B1BC97

Text Example


Text Example

White with #B1BC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC97; }

 p { color: rgb(177,188,151); }

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

background-color css

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

 a { background-color: rgb(177,188,151); }

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

border-color css

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

 span { border-color: rgb(177,188,151); }

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