Html Css Color HEX #B6C99F Sprout

📋 copy color: '#B6C99F'

red 182 ◦ green 201 ◦ blue 159

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

Shades of Sprout #B6C99F

Tints of Sprout #B6C99F

RGB

 RED value IS 182 (71.48% from 255) = 33.58%

 GREEN value IS 201 (78.91% from 255) = 37.08%

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

R = 33.58%
G = 37.08%
B = 29.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#B6C99F (or 0xB6C99F) is known color: Sprout. HEX triplet: B6, C9 and 9F. RGB value is (182,201,159). Sum of RGB (Red+Green+Blue) = 182+201+159=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 201 - color contains mainly: green. Hex color #B6C99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C99F is #493660. Grayscale: #BEBEBE. Windows color (decimal): -4798049 or 10471862. OLE color: 10471862.

HSL color Cylindrical-coordinate representation of color #B6C99F: hue angle of 87.14º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C99F is Cyan = 0.09, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 201 159 -
CMYK 0.09 0 0.21 0.21
HSL 87.14º 0.28% 0.71% -
HSV(B) 87.14º 0.21% 0.79% -
XYZ 46.44 54.22 40.82 -
YUV 190.53 110.21 121.92 -
System Red Green Blue C M Y K H S L
Decimal 182 201 159 0.09 0 0.21 0.21 87.14 0.28 0.71
Hex B6 C9 9F 9 0 15 15 57 1C 47
Octal 266 311 237 11 0 25 25 127 34 107
Binary 10110110 11001001 10011111 1001 0 10101 10101 1010111 11100 1000111

Color Harmonies of #B6C99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C99F

Black with #B6C99F

Text Example


Text Example

White with #B6C99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C99F; }

 p { color: rgb(182,201,159); }

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

background-color css

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

 a { background-color: rgb(182,201,159); }

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

border-color css

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

 span { border-color: rgb(182,201,159); }

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