Html Css Color HEX #B6C895 Sprout

📋 copy color: '#B6C895'

red 182 ◦ green 200 ◦ blue 149

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

Shades of Sprout #B6C895

Tints of Sprout #B6C895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.66%

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 34.27%
G = 37.66%
B = 28.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#B6C895 (or 0xB6C895) is known color: Sprout. HEX triplet: B6, C8 and 95. RGB value is (182,200,149). Sum of RGB (Red+Green+Blue) = 182+200+149=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C895 is #49376A. Grayscale: #BCBCBC. Windows color (decimal): -4798315 or 9816246. OLE color: 9816246.

HSL color Cylindrical-coordinate representation of color #B6C895: hue angle of 81.18º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6C895 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 149 -
CMYK 0.09 0 0.26 0.22
HSL 81.18º 0.32% 0.68% -
HSV(B) 81.18º 0.26% 0.78% -
XYZ 45.37 53.42 36.35 -
YUV 188.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 182 200 149 0.09 0 0.26 0.22 81.18 0.32 0.68
Hex B6 C8 95 9 0 1A 16 51 20 44
Octal 266 310 225 11 0 32 26 121 40 104
Binary 10110110 11001000 10010101 1001 0 11010 10110 1010001 100000 1000100

Color Harmonies of #B6C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C895

Black with #B6C895

Text Example


Text Example

White with #B6C895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C895; }

 p { color: rgb(182,200,149); }

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

background-color css

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

 a { background-color: rgb(182,200,149); }

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

border-color css

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

 span { border-color: rgb(182,200,149); }

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