#B8C59A

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

Shades of Sprout #B8C59A

Tints of Sprout #B8C59A

Color information

#B8C59A (or 0xB8C59A) is unknown color: approx Sprout. HEX triplet: B8, C5 and 9A. RGB value is (184,197,154). Sum of RGB (Red+Green+Blue) = 184+197+154=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 197 - color contains mainly: green. Hex color #B8C59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C59A is #473A65. Grayscale: #BCBCBC. Windows color (decimal): -4668006 or 10143160. OLE color: 10143160.

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

Color convert

RGB184197154-
CMYK0.0700.220.23
HSL78.14º27.04%68.82%-
HSV(B)78.14º21.83%77.25%-
XYZ45.5752.4638.3-
YUV188.21108.69125-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.39%
GREEN value IS 197 (77.34% from 255) = 36.82%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=34.39%
G=36.82%
B=28.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1841971540.0700.220.2378.1427.0468.82
HexB8C59A7016174e1b45
Octal27030523270262711633105
Binary101110001100010110011010111010110101111001110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C59A; }

 p { color: rgb(184,197,154); }

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

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

 a { background-color: rgb(184,197,154); }

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

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

 span { border-color: rgb(184,197,154); }

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