#B6C398

Color #B6C398 Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B6C398

Tints of Sprout #B6C398

Color information

#B6C398 (or 0xB6C398) is unknown color: approx Sprout. HEX triplet: B6, C3 and 98. RGB value is (182,195,152). Sum of RGB (Red+Green+Blue) = 182+195+152=529 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.40% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6C398 is #493C67. Grayscale: #BABABA. Windows color (decimal): -4799592 or 10011574. OLE color: 10011574.

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

Color convert

RGB182195152-
CMYK0.0700.220.24
HSL78.14º26.38%68.04%-
HSV(B)78.14º22.05%76.47%-
XYZ44.4751.2437.25-
YUV186.21108.69125-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.40%
GREEN value IS 195 (76.56% from 255) = 36.86%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=34.40%
G=36.86%
B=28.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821951520.0700.220.2478.1426.3868.04
HexB6C3987016184e1a44
Octal26630323070263011632104
Binary101101101100001110011000111010110110001001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C398; }

 p { color: rgb(182,195,152); }

 H1.HeaderClassName
 {
   color: #B6C398;
 }
 .AnyTagClassName
 {
   color: #B6C398;
 }
</style>
background-color css

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

 a { background-color: rgb(182,195,152); }

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

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

 span { border-color: rgb(182,195,152); }

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