Html Css Color HEX #B0BF9D Sprout

📋 copy color: '#B0BF9D'

red 176 ◦ green 191 ◦ blue 157

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

Shades of Sprout #B0BF9D

Tints of Sprout #B0BF9D

RGB

 RED value IS 176 (69.14% from 255) = 33.59%

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

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

R = 33.59%
G = 36.45%
B = 29.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#B0BF9D (or 0xB0BF9D) is known color: Sprout. HEX triplet: B0, BF and 9D. RGB value is (176,191,157). Sum of RGB (Red+Green+Blue) = 176+191+157=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 157 (61.72% from 255 or 29.96% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF9D is #4F4062. Grayscale: #B6B6B6. Windows color (decimal): -5193827 or 10338224. OLE color: 10338224.

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

Color convert

RGB 176 191 157 -
CMYK 0.08 0 0.18 0.25
HSL 86.47º 0.21% 0.68% -
HSV(B) 86.47º 0.18% 0.75% -
XYZ 42.62 48.93 39.1 -
YUV 182.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 176 191 157 0.08 0 0.18 0.25 86.47 0.21 0.68
Hex B0 BF 9D 8 0 12 19 56 15 44
Octal 260 277 235 10 0 22 31 126 25 104
Binary 10110000 10111111 10011101 1000 0 10010 11001 1010110 10101 1000100

Color Harmonies of #B0BF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF9D

Black with #B0BF9D

Text Example


Text Example

White with #B0BF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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