Html Css Color HEX #B1BE98 Sprout

📋 copy color: '#B1BE98'

red 177 ◦ green 190 ◦ blue 152

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

Shades of Sprout #B1BE98

Tints of Sprout #B1BE98

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.61%

 BLUE value IS 152 (59.77% from 255) = 29.29%

R = 34.1%
G = 36.61%
B = 29.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#B1BE98 (or 0xB1BE98) is known color: Sprout. HEX triplet: B1, BE and 98. RGB value is (177,190,152). Sum of RGB (Red+Green+Blue) = 177+190+152=519 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.10% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1BE98 is #4E4167. Grayscale: #B5B5B5. Windows color (decimal): -5128552 or 10010289. OLE color: 10010289.

HSL color Cylindrical-coordinate representation of color #B1BE98: hue angle of 80.53º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BE98 is Cyan = 0.07, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 190 152 -
CMYK 0.07 0 0.2 0.25
HSL 80.53º 0.23% 0.67% -
HSV(B) 80.53º 0.2% 0.75% -
XYZ 42.21 48.44 36.83 -
YUV 181.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 177 190 152 0.07 0 0.2 0.25 80.53 0.23 0.67
Hex B1 BE 98 7 0 14 19 51 17 43
Octal 261 276 230 7 0 24 31 121 27 103
Binary 10110001 10111110 10011000 111 0 10100 11001 1010001 10111 1000011

Color Harmonies of #B1BE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BE98

Black with #B1BE98

Text Example


Text Example

White with #B1BE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BE98; }

 p { color: rgb(177,190,152); }

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

background-color css

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

 a { background-color: rgb(177,190,152); }

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

border-color css

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

 span { border-color: rgb(177,190,152); }

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