Html Css Color HEX #B3C695 Sprout

📋 copy color: '#B3C695'

red 179 ◦ green 198 ◦ blue 149

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

Shades of Sprout #B3C695

Tints of Sprout #B3C695

RGB

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

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

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

R = 34.03%
G = 37.64%
B = 28.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.22

RGB Variations

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

Color information

#B3C695 (or 0xB3C695) is known color: Sprout. HEX triplet: B3, C6 and 95. RGB value is (179,198,149). Sum of RGB (Red+Green+Blue) = 179+198+149=526 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.03% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C695 is #4C396A. Grayscale: #BABABA. Windows color (decimal): -4995435 or 9815731. OLE color: 9815731.

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

Color convert

RGB 179 198 149 -
CMYK 0.10 0 0.25 0.22
HSL 83.27º 0.3% 0.68% -
HSV(B) 83.27º 0.25% 0.78% -
XYZ 44.21 52.14 36.17 -
YUV 186.73 106.71 122.48 -
System Red Green Blue C M Y K H S L
Decimal 179 198 149 0.10 0 0.25 0.22 83.27 0.3 0.68
Hex B3 C6 95 A 0 19 16 53 1E 44
Octal 263 306 225 12 0 31 26 123 36 104
Binary 10110011 11000110 10010101 1010 0 11001 10110 1010011 11110 1000100

Color Harmonies of #B3C695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C695

Black with #B3C695

Text Example


Text Example

White with #B3C695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C695; }

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

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

background-color css

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

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

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

border-color css

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

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

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