Html Css Color HEX #B3BD9B Sprout

📋 copy color: '#B3BD9B'

red 179 ◦ green 189 ◦ blue 155

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

Shades of Sprout #B3BD9B

Tints of Sprout #B3BD9B

RGB

 RED value IS 179 (70.31% from 255) = 34.23%

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

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

R = 34.23%
G = 36.14%
B = 29.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#B3BD9B (or 0xB3BD9B) is known color: Sprout. HEX triplet: B3, BD and 9B. RGB value is (179,189,155). Sum of RGB (Red+Green+Blue) = 179+189+155=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 189 (74.22% from 255 or 36.14% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD9B is #4C4264. Grayscale: #B6B6B6. Windows color (decimal): -4997733 or 10206643. OLE color: 10206643.

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

Color convert

RGB 179 189 155 -
CMYK 0.05 0 0.18 0.26
HSL 77.65º 0.2% 0.67% -
HSV(B) 77.65º 0.18% 0.74% -
XYZ 42.7 48.35 38.09 -
YUV 182.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 179 189 155 0.05 0 0.18 0.26 77.65 0.2 0.67
Hex B3 BD 9B 5 0 12 1A 4E 14 43
Octal 263 275 233 5 0 22 32 116 24 103
Binary 10110011 10111101 10011011 101 0 10010 11010 1001110 10100 1000011

Color Harmonies of #B3BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD9B

Black with #B3BD9B

Text Example


Text Example

White with #B3BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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