#B8C792

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

Shades of Sprout #B8C792

Tints of Sprout #B8C792

Color information

#B8C792 (or 0xB8C792) is unknown color: approx Sprout. HEX triplet: B8, C7 and 92. RGB value is (184,199,146). Sum of RGB (Red+Green+Blue) = 184+199+146=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 199 - color contains mainly: green. Hex color #B8C792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C792 is #47386D. Grayscale: #BCBCBC. Windows color (decimal): -4667502 or 9619384. OLE color: 9619384.

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

Color convert

RGB184199146-
CMYK0.0800.270.22
HSL76.98º32.12%67.65%-
HSV(B)76.98º26.63%78.04%-
XYZ45.3853.1135.05-
YUV188.47104.03124.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 199 (78.12% from 255) = 37.62%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=34.78%
G=37.62%
B=27.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1841991460.0800.270.2276.9832.1267.65
HexB8C792801B164d2044
Octal270307222100332611540104
Binary10111000110001111001001010000110111011010011011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C792; }

 p { color: rgb(184,199,146); }

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

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

 a { background-color: rgb(184,199,146); }

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

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

 span { border-color: rgb(184,199,146); }

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