Html Css Color HEX #B2BF9B Sprout

📋 copy color: '#B2BF9B'

red 178 ◦ green 191 ◦ blue 155

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

Shades of Sprout #B2BF9B

Tints of Sprout #B2BF9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 29.58%

R = 33.97%
G = 36.45%
B = 29.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#B2BF9B (or 0xB2BF9B) is known color: Sprout. HEX triplet: B2, BF and 9B. RGB value is (178,191,155). Sum of RGB (Red+Green+Blue) = 178+191+155=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BF9B is #4D4064. Grayscale: #B7B7B7. Windows color (decimal): -5062757 or 10207154. OLE color: 10207154.

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

Color convert

RGB 178 191 155 -
CMYK 0.07 0 0.19 0.25
HSL 81.67º 0.22% 0.68% -
HSV(B) 81.67º 0.19% 0.75% -
XYZ 42.91 49.09 38.22 -
YUV 183.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 178 191 155 0.07 0 0.19 0.25 81.67 0.22 0.68
Hex B2 BF 9B 7 0 13 19 52 16 44
Octal 262 277 233 7 0 23 31 122 26 104
Binary 10110010 10111111 10011011 111 0 10011 11001 1010010 10110 1000100

Color Harmonies of #B2BF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF9B

Black with #B2BF9B

Text Example


Text Example

White with #B2BF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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