Html Css Color HEX #B1B499 Green Spring

📋 copy color: '#B1B499'

red 177 ◦ green 180 ◦ blue 153

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

Shades of Green Spring #B1B499

Tints of Green Spring #B1B499

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

 BLUE value IS 153 (60.16% from 255) = 30%

R = 34.71%
G = 35.29%
B = 30%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B1B499 (or 0xB1B499) is known color: Green Spring. HEX triplet: B1, B4 and 99. RGB value is (177,180,153). Sum of RGB (Red+Green+Blue) = 177+180+153=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 153 (60.16% from 255 or 30% from 510); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B499 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B499 is #4E4B66. Grayscale: #B0B0B0. Windows color (decimal): -5131111 or 10073265. OLE color: 10073265.

HSL color Cylindrical-coordinate representation of color #B1B499: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1B499 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 180 153 -
CMYK 0.02 0 0.15 0.29
HSL 66.67º 0.15% 0.65% -
HSV(B) 66.67º 0.15% 0.71% -
XYZ 40.2 44.29 36.57 -
YUV 176.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 177 180 153 0.02 0 0.15 0.29 66.67 0.15 0.65
Hex B1 B4 99 2 0 F 1D 43 F 41
Octal 261 264 231 2 0 17 35 103 17 101
Binary 10110001 10110100 10011001 10 0 1111 11101 1000011 1111 1000001

Color Harmonies of #B1B499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B499

Black with #B1B499

Text Example


Text Example

White with #B1B499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B499; }

 p { color: rgb(177,180,153); }

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

background-color css

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

 a { background-color: rgb(177,180,153); }

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

border-color css

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

 span { border-color: rgb(177,180,153); }

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