Html Css Color HEX #B3C696 Sprout

📋 copy color: '#B3C696'

red 179 ◦ green 198 ◦ blue 150

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

Shades of Sprout #B3C696

Tints of Sprout #B3C696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.57%

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

R = 33.97%
G = 37.57%
B = 28.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.22

RGB Variations

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

Color information

#B3C696 (or 0xB3C696) is known color: Sprout. HEX triplet: B3, C6 and 96. RGB value is (179,198,150). Sum of RGB (Red+Green+Blue) = 179+198+150=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 198 (77.73% from 255 or 37.57% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C696 is #4C3969. Grayscale: #BBBBBB. Windows color (decimal): -4995434 or 9881267. OLE color: 9881267.

HSL color Cylindrical-coordinate representation of color #B3C696: hue angle of 83.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3C696 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB 179 198 150 -
CMYK 0.10 0 0.24 0.22
HSL 83.75º 0.3% 0.68% -
HSV(B) 83.75º 0.24% 0.78% -
XYZ 44.29 52.17 36.59 -
YUV 186.85 107.21 122.4 -
System Red Green Blue C M Y K H S L
Decimal 179 198 150 0.10 0 0.24 0.22 83.75 0.3 0.68
Hex B3 C6 96 A 0 18 16 54 1E 44
Octal 263 306 226 12 0 30 26 124 36 104
Binary 10110011 11000110 10010110 1010 0 11000 10110 1010100 11110 1000100

Color Harmonies of #B3C696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C696

Black with #B3C696

Text Example


Text Example

White with #B3C696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C696; }

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

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

background-color css

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

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

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

border-color css

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

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

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