Html Css Color HEX #B3C396 Sprout

📋 copy color: '#B3C396'

red 179 ◦ green 195 ◦ blue 150

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

Shades of Sprout #B3C396

Tints of Sprout #B3C396

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.21%

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

R = 34.16%
G = 37.21%
B = 28.63%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#B3C396 (or 0xB3C396) is known color: Sprout. HEX triplet: B3, C3 and 96. RGB value is (179,195,150). Sum of RGB (Red+Green+Blue) = 179+195+150=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 195 (76.56% from 255 or 37.21% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C396 is #4C3C69. Grayscale: #B9B9B9. Windows color (decimal): -4996202 or 9880499. OLE color: 9880499.

HSL color Cylindrical-coordinate representation of color #B3C396: hue angle of 81.33º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3C396 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 195 150 -
CMYK 0.08 0 0.23 0.24
HSL 81.33º 0.27% 0.68% -
HSV(B) 81.33º 0.23% 0.76% -
XYZ 43.61 50.82 36.36 -
YUV 185.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 179 195 150 0.08 0 0.23 0.24 81.33 0.27 0.68
Hex B3 C3 96 8 0 17 18 51 1B 44
Octal 263 303 226 10 0 27 30 121 33 104
Binary 10110011 11000011 10010110 1000 0 10111 11000 1010001 11011 1000100

Color Harmonies of #B3C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C396

Black with #B3C396

Text Example


Text Example

White with #B3C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C396; }

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

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

background-color css

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

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

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

border-color css

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

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

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