Html Css Color HEX #B5BE9E Sprout

📋 copy color: '#B5BE9E'

red 181 ◦ green 190 ◦ blue 158

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

Shades of Sprout #B5BE9E

Tints of Sprout #B5BE9E

RGB

 RED value IS 181 (71.09% from 255) = 34.22%

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

 BLUE value IS 158 (62.11% from 255) = 29.87%

R = 34.22%
G = 35.92%
B = 29.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#B5BE9E (or 0xB5BE9E) is known color: Sprout. HEX triplet: B5, BE and 9E. RGB value is (181,190,158). Sum of RGB (Red+Green+Blue) = 181+190+158=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5BE9E is #4A4161. Grayscale: #B7B7B7. Windows color (decimal): -4866402 or 10403509. OLE color: 10403509.

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

Color convert

RGB 181 190 158 -
CMYK 0.05 0 0.17 0.25
HSL 76.88º 0.2% 0.68% -
HSV(B) 76.88º 0.17% 0.75% -
XYZ 43.64 49.12 39.53 -
YUV 183.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 181 190 158 0.05 0 0.17 0.25 76.88 0.2 0.68
Hex B5 BE 9E 5 0 11 19 4D 14 44
Octal 265 276 236 5 0 21 31 115 24 104
Binary 10110101 10111110 10011110 101 0 10001 11001 1001101 10100 1000100

Color Harmonies of #B5BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE9E

Black with #B5BE9E

Text Example


Text Example

White with #B5BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE9E; }

 p { color: rgb(181,190,158); }

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

background-color css

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

 a { background-color: rgb(181,190,158); }

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

border-color css

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

 span { border-color: rgb(181,190,158); }

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