Html Css Color HEX #B2BF9F Sprout

📋 copy color: '#B2BF9F'

red 178 ◦ green 191 ◦ blue 159

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

Shades of Sprout #B2BF9F

Tints of Sprout #B2BF9F

RGB

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

 GREEN value IS 191 (75% from 255) = 36.17%

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

R = 33.71%
G = 36.17%
B = 30.11%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#B2BF9F (or 0xB2BF9F) is known color: Sprout. HEX triplet: B2, BF and 9F. RGB value is (178,191,159). Sum of RGB (Red+Green+Blue) = 178+191+159=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 159 (62.5% from 255 or 30.11% from 528); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF9F is #4D4060. Grayscale: #B7B7B7. Windows color (decimal): -5062753 or 10469298. OLE color: 10469298.

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

Color convert

RGB 178 191 159 -
CMYK 0.07 0 0.17 0.25
HSL 84.38º 0.2% 0.69% -
HSV(B) 84.38º 0.17% 0.75% -
XYZ 43.25 49.23 40.02 -
YUV 183.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 178 191 159 0.07 0 0.17 0.25 84.38 0.2 0.69
Hex B2 BF 9F 7 0 11 19 54 14 45
Octal 262 277 237 7 0 21 31 124 24 105
Binary 10110010 10111111 10011111 111 0 10001 11001 1010100 10100 1000101

Color Harmonies of #B2BF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF9F

Black with #B2BF9F

Text Example


Text Example

White with #B2BF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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