Html Css Color HEX #B1B594 Green Spring

📋 copy color: '#B1B594'

red 177 ◦ green 181 ◦ blue 148

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

Shades of Green Spring #B1B594

Tints of Green Spring #B1B594

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.77%

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

R = 34.98%
G = 35.77%
B = 29.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B1B594 (or 0xB1B594) is known color: Green Spring. HEX triplet: B1, B5 and 94. RGB value is (177,181,148). Sum of RGB (Red+Green+Blue) = 177+181+148=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B594 is #4E4A6B. Grayscale: #B0B0B0. Windows color (decimal): -5130860 or 9745841. OLE color: 9745841.

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

Color convert

RGB 177 181 148 -
CMYK 0.02 0 0.18 0.29
HSL 67.27º 0.18% 0.65% -
HSV(B) 67.27º 0.18% 0.71% -
XYZ 40 44.53 34.5 -
YUV 176.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 177 181 148 0.02 0 0.18 0.29 67.27 0.18 0.65
Hex B1 B5 94 2 0 12 1D 43 12 41
Octal 261 265 224 2 0 22 35 103 22 101
Binary 10110001 10110101 10010100 10 0 10010 11101 1000011 10010 1000001

Color Harmonies of #B1B594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B594

Black with #B1B594

Text Example


Text Example

White with #B1B594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B594; }

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

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

background-color css

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

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

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

border-color css

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

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

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