Html Css Color HEX #B1BC9A Green Spring

📋 copy color: '#B1BC9A'

red 177 ◦ green 188 ◦ blue 154

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

Shades of Green Spring #B1BC9A

Tints of Green Spring #B1BC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.67%

R = 34.1%
G = 36.22%
B = 29.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#B1BC9A (or 0xB1BC9A) is known color: Green Spring. HEX triplet: B1, BC and 9A. RGB value is (177,188,154). Sum of RGB (Red+Green+Blue) = 177+188+154=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 154 (60.55% from 255 or 29.67% from 519); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BC9A is #4E4365. Grayscale: #B4B4B4. Windows color (decimal): -5129062 or 10140849. OLE color: 10140849.

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

Color convert

RGB 177 188 154 -
CMYK 0.06 0 0.18 0.26
HSL 79.41º 0.2% 0.67% -
HSV(B) 79.41º 0.18% 0.74% -
XYZ 41.95 47.65 37.56 -
YUV 180.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 177 188 154 0.06 0 0.18 0.26 79.41 0.2 0.67
Hex B1 BC 9A 6 0 12 1A 4F 14 43
Octal 261 274 232 6 0 22 32 117 24 103
Binary 10110001 10111100 10011010 110 0 10010 11010 1001111 10100 1000011

Color Harmonies of #B1BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BC9A

Black with #B1BC9A

Text Example


Text Example

White with #B1BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BC9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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