#B8C397

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

Shades of Sprout #B8C397

Tints of Sprout #B8C397

Color information

#B8C397 (or 0xB8C397) is unknown color: approx Sprout. HEX triplet: B8, C3 and 97. RGB value is (184,195,151). Sum of RGB (Red+Green+Blue) = 184+195+151=530 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.72% from 530); Green value is 195 (76.56% from 255 or 36.79% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C397 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C397 is #473C68. Grayscale: #BABABA. Windows color (decimal): -4668521 or 9946040. OLE color: 9946040.

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

Color convert

RGB184195151-
CMYK0.0600.230.24
HSL75º26.83%67.84%-
HSV(B)75º22.56%76.47%-
XYZ44.8751.4536.85-
YUV186.7107.86126.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.72%
GREEN value IS 195 (76.56% from 255) = 36.79%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=34.72%
G=36.79%
B=28.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1841951510.0600.230.247526.8367.84
HexB8C3976017184b1b44
Octal27030322760273011333104
Binary101110001100001110010111110010111110001001011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C397; }

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

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

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

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

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

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

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

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