Html Css Color HEX #B3D895 Sprout

📋 copy color: '#B3D895'

red 179 ◦ green 216 ◦ blue 149

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

Shades of Sprout #B3D895

Tints of Sprout #B3D895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.71%

 BLUE value IS 149 (58.59% from 255) = 27.39%

R = 32.9%
G = 39.71%
B = 27.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#B3D895 (or 0xB3D895) is known color: Sprout. HEX triplet: B3, D8 and 95. RGB value is (179,216,149). Sum of RGB (Red+Green+Blue) = 179+216+149=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 216 (84.77% from 255 or 39.71% from 544); Blue value is 149 (58.59% from 255 or 27.39% from 544); Max value from RGB is 216 - color contains mainly: green. Hex color #B3D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3D895 is #4C276A. Grayscale: #C5C5C5. Windows color (decimal): -4990827 or 9820339. OLE color: 9820339.

HSL color Cylindrical-coordinate representation of color #B3D895: hue angle of 93.13º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3D895 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 216 149 -
CMYK 0.17 0 0.31 0.15
HSL 93.13º 0.46% 0.72% -
HSV(B) 93.13º 0.31% 0.85% -
XYZ 48.57 60.87 37.62 -
YUV 197.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 179 216 149 0.17 0 0.31 0.15 93.13 0.46 0.72
Hex B3 D8 95 11 0 1F F 5D 2E 48
Octal 263 330 225 21 0 37 17 135 56 110
Binary 10110011 11011000 10010101 10001 0 11111 1111 1011101 101110 1001000

Color Harmonies of #B3D895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3D895

Black with #B3D895

Text Example


Text Example

White with #B3D895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3D895; }

 p { color: rgb(179,216,149); }

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

background-color css

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

 a { background-color: rgb(179,216,149); }

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

border-color css

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

 span { border-color: rgb(179,216,149); }

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