Html Css Color HEX #B2BE9F Sprout

📋 copy color: '#B2BE9F'

red 178 ◦ green 190 ◦ blue 159

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

Shades of Sprout #B2BE9F

Tints of Sprout #B2BE9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 30.17%

R = 33.78%
G = 36.05%
B = 30.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#B2BE9F (or 0xB2BE9F) is known color: Sprout. HEX triplet: B2, BE and 9F. RGB value is (178,190,159). Sum of RGB (Red+Green+Blue) = 178+190+159=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 159 (62.5% from 255 or 30.17% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #B2BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BE9F is #4D4160. Grayscale: #B6B6B6. Windows color (decimal): -5063009 or 10469042. OLE color: 10469042.

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

Color convert

RGB 178 190 159 -
CMYK 0.06 0 0.16 0.25
HSL 83.23º 0.19% 0.68% -
HSV(B) 83.23º 0.16% 0.75% -
XYZ 43.03 48.8 39.95 -
YUV 182.88 114.52 124.52 -
System Red Green Blue C M Y K H S L
Decimal 178 190 159 0.06 0 0.16 0.25 83.23 0.19 0.68
Hex B2 BE 9F 6 0 10 19 53 13 44
Octal 262 276 237 6 0 20 31 123 23 104
Binary 10110010 10111110 10011111 110 0 10000 11001 1010011 10011 1000100

Color Harmonies of #B2BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BE9F

Black with #B2BE9F

Text Example


Text Example

White with #B2BE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BE9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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