Html Css Color HEX #B2BF9D Sprout

📋 copy color: '#B2BF9D'

red 178 ◦ green 191 ◦ blue 157

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

Shades of Sprout #B2BF9D

Tints of Sprout #B2BF9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 29.85%

R = 33.84%
G = 36.31%
B = 29.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#B2BF9D (or 0xB2BF9D) is known color: Sprout. HEX triplet: B2, BF and 9D. RGB value is (178,191,157). Sum of RGB (Red+Green+Blue) = 178+191+157=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 157 (61.72% from 255 or 29.85% from 526); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF9D is #4D4062. Grayscale: #B7B7B7. Windows color (decimal): -5062755 or 10338226. OLE color: 10338226.

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

Color convert

RGB 178 191 157 -
CMYK 0.07 0 0.18 0.25
HSL 82.94º 0.21% 0.68% -
HSV(B) 82.94º 0.18% 0.75% -
XYZ 43.08 49.16 39.12 -
YUV 183.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 178 191 157 0.07 0 0.18 0.25 82.94 0.21 0.68
Hex B2 BF 9D 7 0 12 19 53 15 44
Octal 262 277 235 7 0 22 31 123 25 104
Binary 10110010 10111111 10011101 111 0 10010 11001 1010011 10101 1000100

Color Harmonies of #B2BF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF9D

Black with #B2BF9D

Text Example


Text Example

White with #B2BF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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