Html Css Color HEX #B6C299 Sprout

📋 copy color: '#B6C299'

red 182 ◦ green 194 ◦ blue 153

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

Shades of Sprout #B6C299

Tints of Sprout #B6C299

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.67%

 BLUE value IS 153 (60.16% from 255) = 28.92%

R = 34.4%
G = 36.67%
B = 28.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B6C299 (or 0xB6C299) is known color: Sprout. HEX triplet: B6, C2 and 99. RGB value is (182,194,153). Sum of RGB (Red+Green+Blue) = 182+194+153=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 194 (76.17% from 255 or 36.67% from 529); Blue value is 153 (60.16% from 255 or 28.92% from 529); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C299 is #493D66. Grayscale: #B9B9B9. Windows color (decimal): -4799847 or 10076854. OLE color: 10076854.

HSL color Cylindrical-coordinate representation of color #B6C299: hue angle of 77.56º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6C299 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 194 153 -
CMYK 0.06 0 0.21 0.24
HSL 77.56º 0.25% 0.68% -
HSV(B) 77.56º 0.21% 0.76% -
XYZ 44.33 50.83 37.61 -
YUV 185.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 182 194 153 0.06 0 0.21 0.24 77.56 0.25 0.68
Hex B6 C2 99 6 0 15 18 4E 19 44
Octal 266 302 231 6 0 25 30 116 31 104
Binary 10110110 11000010 10011001 110 0 10101 11000 1001110 11001 1000100

Color Harmonies of #B6C299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C299

Black with #B6C299

Text Example


Text Example

White with #B6C299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C299; }

 p { color: rgb(182,194,153); }

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

background-color css

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

 a { background-color: rgb(182,194,153); }

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

border-color css

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

 span { border-color: rgb(182,194,153); }

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