Html Css Color HEX #B3C1A4 Sprout

📋 copy color: '#B3C1A4'

red 179 ◦ green 193 ◦ blue 164

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

Shades of Sprout #B3C1A4

Tints of Sprout #B3C1A4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.01%

 BLUE value IS 164 (64.45% from 255) = 30.6%

R = 33.4%
G = 36.01%
B = 30.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.24

RGB Variations

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

Color information

#B3C1A4 (or 0xB3C1A4) is known color: Sprout. HEX triplet: B3, C1 and A4. RGB value is (179,193,164). Sum of RGB (Red+Green+Blue) = 179+193+164=536 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.40% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 164 (64.45% from 255 or 30.60% from 536); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3C1A4 is #4C3E5B. Grayscale: #B9B9B9. Windows color (decimal): -4996700 or 10797491. OLE color: 10797491.

HSL color Cylindrical-coordinate representation of color #B3C1A4: hue angle of 88.97º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B3C1A4 is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 193 164 -
CMYK 0.07 0 0.15 0.24
HSL 88.97º 0.19% 0.7% -
HSV(B) 88.97º 0.15% 0.76% -
XYZ 44.36 50.4 42.51 -
YUV 185.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 179 193 164 0.07 0 0.15 0.24 88.97 0.19 0.7
Hex B3 C1 A4 7 0 F 18 59 13 46
Octal 263 301 244 7 0 17 30 131 23 106
Binary 10110011 11000001 10100100 111 0 1111 11000 1011001 10011 1000110

Color Harmonies of #B3C1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C1A4

Black with #B3C1A4

Text Example


Text Example

White with #B3C1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C1A4; }

 p { color: rgb(179,193,164); }

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

background-color css

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

 a { background-color: rgb(179,193,164); }

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

border-color css

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

 span { border-color: rgb(179,193,164); }

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