Html Css Color HEX #B1BC98 Green Spring

📋 copy color: '#B1BC98'

red 177 ◦ green 188 ◦ blue 152

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

Shades of Green Spring #B1BC98

Tints of Green Spring #B1BC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.4%

R = 34.24%
G = 36.36%
B = 29.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#B1BC98 (or 0xB1BC98) is known color: Green Spring. HEX triplet: B1, BC and 98. RGB value is (177,188,152). Sum of RGB (Red+Green+Blue) = 177+188+152=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC98 is #4E4367. Grayscale: #B4B4B4. Windows color (decimal): -5129064 or 10009777. OLE color: 10009777.

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

Color convert

RGB 177 188 152 -
CMYK 0.06 0 0.19 0.26
HSL 78.33º 0.21% 0.67% -
HSV(B) 78.33º 0.19% 0.74% -
XYZ 41.78 47.58 36.69 -
YUV 180.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 177 188 152 0.06 0 0.19 0.26 78.33 0.21 0.67
Hex B1 BC 98 6 0 13 1A 4E 15 43
Octal 261 274 230 6 0 23 32 116 25 103
Binary 10110001 10111100 10011000 110 0 10011 11010 1001110 10101 1000011

Color Harmonies of #B1BC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC98

Black with #B1BC98

Text Example


Text Example

White with #B1BC98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC98; }

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

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

background-color css

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

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

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

border-color css

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

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

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