Html Css Color HEX #B1B990 Green Spring

📋 copy color: '#B1B990'

red 177 ◦ green 185 ◦ blue 144

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

Shades of Green Spring #B1B990

Tints of Green Spring #B1B990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

 BLUE value IS 144 (56.64% from 255) = 28.46%

R = 34.98%
G = 36.56%
B = 28.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B1B990 (or 0xB1B990) is known color: Green Spring. HEX triplet: B1, B9 and 90. RGB value is (177,185,144). Sum of RGB (Red+Green+Blue) = 177+185+144=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B990 is #4E466F. Grayscale: #B2B2B2. Windows color (decimal): -5129840 or 9484721. OLE color: 9484721.

HSL color Cylindrical-coordinate representation of color #B1B990: hue angle of 71.71º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1B990 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 185 144 -
CMYK 0.04 0 0.22 0.27
HSL 71.71º 0.23% 0.65% -
HSV(B) 71.71º 0.22% 0.73% -
XYZ 40.51 46.06 33.14 -
YUV 177.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 177 185 144 0.04 0 0.22 0.27 71.71 0.23 0.65
Hex B1 B9 90 4 0 16 1B 48 17 41
Octal 261 271 220 4 0 26 33 110 27 101
Binary 10110001 10111001 10010000 100 0 10110 11011 1001000 10111 1000001

Color Harmonies of #B1B990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B990

Black with #B1B990

Text Example


Text Example

White with #B1B990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B990; }

 p { color: rgb(177,185,144); }

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

background-color css

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

 a { background-color: rgb(177,185,144); }

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

border-color css

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

 span { border-color: rgb(177,185,144); }

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