Html Css Color HEX #B3BF96 Sprout

📋 copy color: '#B3BF96'

red 179 ◦ green 191 ◦ blue 150

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

Shades of Sprout #B3BF96

Tints of Sprout #B3BF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.85%

R = 34.42%
G = 36.73%
B = 28.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#B3BF96 (or 0xB3BF96) is known color: Sprout. HEX triplet: B3, BF and 96. RGB value is (179,191,150). Sum of RGB (Red+Green+Blue) = 179+191+150=520 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.42% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 191 - color contains mainly: green. Hex color #B3BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BF96 is #4C4069. Grayscale: #B6B6B6. Windows color (decimal): -4997226 or 9879475. OLE color: 9879475.

HSL color Cylindrical-coordinate representation of color #B3BF96: hue angle of 77.56º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3BF96 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 191 150 -
CMYK 0.06 0 0.21 0.25
HSL 77.56º 0.24% 0.67% -
HSV(B) 77.56º 0.21% 0.75% -
XYZ 42.73 49.05 36.07 -
YUV 182.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 179 191 150 0.06 0 0.21 0.25 77.56 0.24 0.67
Hex B3 BF 96 6 0 15 19 4E 18 43
Octal 263 277 226 6 0 25 31 116 30 103
Binary 10110011 10111111 10010110 110 0 10101 11001 1001110 11000 1000011

Color Harmonies of #B3BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BF96

Black with #B3BF96

Text Example


Text Example

White with #B3BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BF96; }

 p { color: rgb(179,191,150); }

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

background-color css

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

 a { background-color: rgb(179,191,150); }

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

border-color css

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

 span { border-color: rgb(179,191,150); }

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