Html Css Color HEX #B3BD9C Sprout

📋 copy color: '#B3BD9C'

red 179 ◦ green 189 ◦ blue 156

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

Shades of Sprout #B3BD9C

Tints of Sprout #B3BD9C

RGB

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

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

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

R = 34.16%
G = 36.07%
B = 29.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#B3BD9C (or 0xB3BD9C) is known color: Sprout. HEX triplet: B3, BD and 9C. RGB value is (179,189,156). Sum of RGB (Red+Green+Blue) = 179+189+156=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD9C is #4C4263. Grayscale: #B6B6B6. Windows color (decimal): -4997732 or 10272179. OLE color: 10272179.

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

Color convert

RGB 179 189 156 -
CMYK 0.05 0 0.17 0.26
HSL 78.18º 0.2% 0.68% -
HSV(B) 78.18º 0.17% 0.74% -
XYZ 42.79 48.38 38.54 -
YUV 182.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 179 189 156 0.05 0 0.17 0.26 78.18 0.2 0.68
Hex B3 BD 9C 5 0 11 1A 4E 14 44
Octal 263 275 234 5 0 21 32 116 24 104
Binary 10110011 10111101 10011100 101 0 10001 11010 1001110 10100 1000100

Color Harmonies of #B3BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD9C

Black with #B3BD9C

Text Example


Text Example

White with #B3BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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