Html Css Color HEX #B0BD9B Sprout

📋 copy color: '#B0BD9B'

red 176 ◦ green 189 ◦ blue 155

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

Shades of Sprout #B0BD9B

Tints of Sprout #B0BD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.35%

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

R = 33.85%
G = 36.35%
B = 29.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#B0BD9B (or 0xB0BD9B) is known color: Sprout. HEX triplet: B0, BD and 9B. RGB value is (176,189,155). Sum of RGB (Red+Green+Blue) = 176+189+155=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD9B is #4F4264. Grayscale: #B5B5B5. Windows color (decimal): -5194341 or 10206640. OLE color: 10206640.

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

Color convert

RGB 176 189 155 -
CMYK 0.07 0 0.18 0.26
HSL 82.94º 0.2% 0.67% -
HSV(B) 82.94º 0.18% 0.74% -
XYZ 42.02 47.99 38.06 -
YUV 181.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 176 189 155 0.07 0 0.18 0.26 82.94 0.2 0.67
Hex B0 BD 9B 7 0 12 1A 53 14 43
Octal 260 275 233 7 0 22 32 123 24 103
Binary 10110000 10111101 10011011 111 0 10010 11010 1010011 10100 1000011

Color Harmonies of #B0BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD9B

Black with #B0BD9B

Text Example


Text Example

White with #B0BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD9B; }

 p { color: rgb(176,189,155); }

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

background-color css

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

 a { background-color: rgb(176,189,155); }

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

border-color css

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

 span { border-color: rgb(176,189,155); }

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