#B8C39A

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

Shades of Sprout #B8C39A

Tints of Sprout #B8C39A

Color information

#B8C39A (or 0xB8C39A) is unknown color: approx Sprout. HEX triplet: B8, C3 and 9A. RGB value is (184,195,154). Sum of RGB (Red+Green+Blue) = 184+195+154=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C39A is #473C65. Grayscale: #BBBBBB. Windows color (decimal): -4668518 or 10142648. OLE color: 10142648.

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

Color convert

RGB184195154-
CMYK0.0600.210.24
HSL76.1º25.47%68.43%-
HSV(B)76.1º21.03%76.47%-
XYZ45.1251.5538.14-
YUV187.04109.36125.83-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.52%
GREEN value IS 195 (76.56% from 255) = 36.59%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=34.52%
G=36.59%
B=28.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841951540.0600.210.2476.125.4768.43
HexB8C39A6015184c1944
Octal27030323260253011431104
Binary101110001100001110011010110010101110001001100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C39A; }

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

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

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

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

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

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

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

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