Html Css Color HEX #B8C49F Sprout

📋 copy color: '#B8C49F'

red 184 ◦ green 196 ◦ blue 159

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

Shades of Sprout #B8C49F

Tints of Sprout #B8C49F

RGB

 RED value IS 184 (72.27% from 255) = 34.14%

 GREEN value IS 196 (76.95% from 255) = 36.36%

 BLUE value IS 159 (62.5% from 255) = 29.5%

R = 34.14%
G = 36.36%
B = 29.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#B8C49F (or 0xB8C49F) is known color: Sprout. HEX triplet: B8, C4 and 9F. RGB value is (184,196,159). Sum of RGB (Red+Green+Blue) = 184+196+159=539 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.14% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 159 (62.5% from 255 or 29.50% from 539); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C49F is #473B60. Grayscale: #BCBCBC. Windows color (decimal): -4668257 or 10470584. OLE color: 10470584.

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

Color convert

RGB 184 196 159 -
CMYK 0.06 0 0.19 0.23
HSL 79.46º 0.24% 0.7% -
HSV(B) 79.46º 0.19% 0.77% -
XYZ 45.77 52.17 40.46 -
YUV 188.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 184 196 159 0.06 0 0.19 0.23 79.46 0.24 0.7
Hex B8 C4 9F 6 0 13 17 4F 18 46
Octal 270 304 237 6 0 23 27 117 30 106
Binary 10111000 11000100 10011111 110 0 10011 10111 1001111 11000 1000110

Color Harmonies of #B8C49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C49F

Black with #B8C49F

Text Example


Text Example

White with #B8C49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C49F; }

 p { color: rgb(184,196,159); }

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

background-color css

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

 a { background-color: rgb(184,196,159); }

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

border-color css

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

 span { border-color: rgb(184,196,159); }

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