Html Css Color HEX #B2BE9E Sprout

📋 copy color: '#B2BE9E'

red 178 ◦ green 190 ◦ blue 158

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

Shades of Sprout #B2BE9E

Tints of Sprout #B2BE9E

RGB

 RED value IS 178 (69.92% from 255) = 33.84%

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

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

R = 33.84%
G = 36.12%
B = 30.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#B2BE9E (or 0xB2BE9E) is known color: Sprout. HEX triplet: B2, BE and 9E. RGB value is (178,190,158). Sum of RGB (Red+Green+Blue) = 178+190+158=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE9E is #4D4161. Grayscale: #B6B6B6. Windows color (decimal): -5063010 or 10403506. OLE color: 10403506.

HSL color Cylindrical-coordinate representation of color #B2BE9E: hue angle of 82.5º 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 #B2BE9E is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 190 158 -
CMYK 0.06 0 0.17 0.25
HSL 82.5º 0.2% 0.68% -
HSV(B) 82.5º 0.17% 0.75% -
XYZ 42.95 48.76 39.5 -
YUV 182.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 178 190 158 0.06 0 0.17 0.25 82.5 0.2 0.68
Hex B2 BE 9E 6 0 11 19 52 14 44
Octal 262 276 236 6 0 21 31 122 24 104
Binary 10110010 10111110 10011110 110 0 10001 11001 1010010 10100 1000100

Color Harmonies of #B2BE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE9E

Black with #B2BE9E

Text Example


Text Example

White with #B2BE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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