Html Css Color HEX #B9C49D Sprout

📋 copy color: '#B9C49D'

red 185 ◦ green 196 ◦ blue 157

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

Shades of Sprout #B9C49D

Tints of Sprout #B9C49D

RGB

 RED value IS 185 (72.66% from 255) = 34.39%

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

 BLUE value IS 157 (61.72% from 255) = 29.18%

R = 34.39%
G = 36.43%
B = 29.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.23

RGB Variations

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

Color information

#B9C49D (or 0xB9C49D) is known color: Sprout. HEX triplet: B9, C4 and 9D. RGB value is (185,196,157). Sum of RGB (Red+Green+Blue) = 185+196+157=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 157 (61.72% from 255 or 29.18% from 538); Max value from RGB is 196 - color contains mainly: green. Hex color #B9C49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C49D is #463B62. Grayscale: #BCBCBC. Windows color (decimal): -4602723 or 10339513. OLE color: 10339513.

HSL color Cylindrical-coordinate representation of color #B9C49D: hue angle of 76.92º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9C49D is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 196 157 -
CMYK 0.06 0 0.20 0.23
HSL 76.92º 0.25% 0.69% -
HSV(B) 76.92º 0.2% 0.77% -
XYZ 45.83 52.23 39.56 -
YUV 188.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 185 196 157 0.06 0 0.20 0.23 76.92 0.25 0.69
Hex B9 C4 9D 6 0 14 17 4D 19 45
Octal 271 304 235 6 0 24 27 115 31 105
Binary 10111001 11000100 10011101 110 0 10100 10111 1001101 11001 1000101

Color Harmonies of #B9C49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C49D

Black with #B9C49D

Text Example


Text Example

White with #B9C49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C49D; }

 p { color: rgb(185,196,157); }

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

background-color css

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

 a { background-color: rgb(185,196,157); }

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

border-color css

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

 span { border-color: rgb(185,196,157); }

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