Html Css Color HEX #B6C496 Sprout

📋 copy color: '#B6C496'

red 182 ◦ green 196 ◦ blue 150

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

Shades of Sprout #B6C496

Tints of Sprout #B6C496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.41%

R = 34.47%
G = 37.12%
B = 28.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.23

RGB Variations

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

Color information

#B6C496 (or 0xB6C496) is known color: Sprout. HEX triplet: B6, C4 and 96. RGB value is (182,196,150). Sum of RGB (Red+Green+Blue) = 182+196+150=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 196 (76.95% from 255 or 37.12% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C496 is #493B69. Grayscale: #BABABA. Windows color (decimal): -4799338 or 9880758. OLE color: 9880758.

HSL color Cylindrical-coordinate representation of color #B6C496: hue angle of 78.26º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6C496 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB 182 196 150 -
CMYK 0.07 0 0.23 0.23
HSL 78.26º 0.28% 0.68% -
HSV(B) 78.26º 0.23% 0.77% -
XYZ 44.54 51.63 36.47 -
YUV 186.57 107.36 124.74 -
System Red Green Blue C M Y K H S L
Decimal 182 196 150 0.07 0 0.23 0.23 78.26 0.28 0.68
Hex B6 C4 96 7 0 17 17 4E 1C 44
Octal 266 304 226 7 0 27 27 116 34 104
Binary 10110110 11000100 10010110 111 0 10111 10111 1001110 11100 1000100

Color Harmonies of #B6C496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C496

Black with #B6C496

Text Example


Text Example

White with #B6C496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C496; }

 p { color: rgb(182,196,150); }

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

background-color css

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

 a { background-color: rgb(182,196,150); }

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

border-color css

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

 span { border-color: rgb(182,196,150); }

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