Html Css Color HEX #B3BD9A Sprout

📋 copy color: '#B3BD9A'

red 179 ◦ green 189 ◦ blue 154

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

Shades of Sprout #B3BD9A

Tints of Sprout #B3BD9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 29.5%

R = 34.29%
G = 36.21%
B = 29.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#B3BD9A (or 0xB3BD9A) is known color: Sprout. HEX triplet: B3, BD and 9A. RGB value is (179,189,154). Sum of RGB (Red+Green+Blue) = 179+189+154=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BD9A is #4C4265. Grayscale: #B6B6B6. Windows color (decimal): -4997734 or 10141107. OLE color: 10141107.

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

Color convert

RGB 179 189 154 -
CMYK 0.05 0 0.19 0.26
HSL 77.14º 0.21% 0.67% -
HSV(B) 77.14º 0.19% 0.74% -
XYZ 42.62 48.31 37.65 -
YUV 182.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 179 189 154 0.05 0 0.19 0.26 77.14 0.21 0.67
Hex B3 BD 9A 5 0 13 1A 4D 15 43
Octal 263 275 232 5 0 23 32 115 25 103
Binary 10110011 10111101 10011010 101 0 10011 11010 1001101 10101 1000011

Color Harmonies of #B3BD9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BD9A

Black with #B3BD9A

Text Example


Text Example

White with #B3BD9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BD9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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