Html Css Color HEX #B0BF9C Sprout

📋 copy color: '#B0BF9C'

red 176 ◦ green 191 ◦ blue 156

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

Shades of Sprout #B0BF9C

Tints of Sprout #B0BF9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.83%

R = 33.65%
G = 36.52%
B = 29.83%

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

#B0BF9C (or 0xB0BF9C) is known color: Sprout. HEX triplet: B0, BF and 9C. RGB value is (176,191,156). Sum of RGB (Red+Green+Blue) = 176+191+156=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 156 (61.33% from 255 or 29.83% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF9C is #4F4063. Grayscale: #B6B6B6. Windows color (decimal): -5193828 or 10272688. OLE color: 10272688.

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

Color convert

RGB 176 191 156 -
CMYK 0.08 0 0.18 0.25
HSL 85.71º 0.21% 0.68% -
HSV(B) 85.71º 0.18% 0.75% -
XYZ 42.54 48.89 38.65 -
YUV 182.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 176 191 156 0.08 0 0.18 0.25 85.71 0.21 0.68
Hex B0 BF 9C 8 0 12 19 56 15 44
Octal 260 277 234 10 0 22 31 126 25 104
Binary 10110000 10111111 10011100 1000 0 10010 11001 1010110 10101 1000100

Color Harmonies of #B0BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF9C

Black with #B0BF9C

Text Example


Text Example

White with #B0BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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