Html Css Color HEX #B6C199 Sprout

📋 copy color: '#B6C199'

red 182 ◦ green 193 ◦ blue 153

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

Shades of Sprout #B6C199

Tints of Sprout #B6C199

RGB

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

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

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

R = 34.47%
G = 36.55%
B = 28.98%

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

#B6C199 (or 0xB6C199) is known color: Sprout. HEX triplet: B6, C1 and 99. RGB value is (182,193,153). Sum of RGB (Red+Green+Blue) = 182+193+153=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 193 (75.78% from 255 or 36.55% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C199 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C199 is #493E66. Grayscale: #B9B9B9. Windows color (decimal): -4800103 or 10076598. OLE color: 10076598.

HSL color Cylindrical-coordinate representation of color #B6C199: hue angle of 76.5º degrees, saturation: 0.24, 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 #B6C199 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 182 193 153 -
CMYK 0.06 0 0.21 0.24
HSL 76.5º 0.24% 0.68% -
HSV(B) 76.5º 0.21% 0.76% -
XYZ 44.11 50.38 37.54 -
YUV 185.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 182 193 153 0.06 0 0.21 0.24 76.5 0.24 0.68
Hex B6 C1 99 6 0 15 18 4C 18 44
Octal 266 301 231 6 0 25 30 114 30 104
Binary 10110110 11000001 10011001 110 0 10101 11000 1001100 11000 1000100

Color Harmonies of #B6C199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C199

Black with #B6C199

Text Example


Text Example

White with #B6C199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C199; }

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

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

background-color css

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

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

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

border-color css

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

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

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