Html Css Color HEX #B1BC94 Green Spring

📋 copy color: '#B1BC94'

red 177 ◦ green 188 ◦ blue 148

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

Shades of Green Spring #B1BC94

Tints of Green Spring #B1BC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 34.5%
G = 36.65%
B = 28.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#B1BC94 (or 0xB1BC94) is known color: Green Spring. HEX triplet: B1, BC and 94. RGB value is (177,188,148). Sum of RGB (Red+Green+Blue) = 177+188+148=513 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.50% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC94 is #4E436B. Grayscale: #B4B4B4. Windows color (decimal): -5129068 or 9747633. OLE color: 9747633.

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

Color convert

RGB 177 188 148 -
CMYK 0.06 0 0.21 0.26
HSL 76.5º 0.23% 0.66% -
HSV(B) 76.5º 0.21% 0.74% -
XYZ 41.46 47.45 34.99 -
YUV 180.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 177 188 148 0.06 0 0.21 0.26 76.5 0.23 0.66
Hex B1 BC 94 6 0 15 1A 4C 17 42
Octal 261 274 224 6 0 25 32 114 27 102
Binary 10110001 10111100 10010100 110 0 10101 11010 1001100 10111 1000010

Color Harmonies of #B1BC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC94

Black with #B1BC94

Text Example


Text Example

White with #B1BC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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